Html Css Color HEX #A48D2D Reef Gold

📋 copy color: '#A48D2D'

red 164 ◦ green 141 ◦ blue 45

#A48D2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A48D2D

Tints of Reef Gold #A48D2D

RGB

 RED value IS 164 (64.45% from 255) = 46.86%

 GREEN value IS 141 (55.47% from 255) = 40.29%

 BLUE value IS 45 (17.97% from 255) = 12.86%

R = 46.86%
G = 40.29%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A48D2D (or 0xA48D2D) is known color: Reef Gold. HEX triplet: A4, 8D and 2D. RGB value is (164,141,45). Sum of RGB (Red+Green+Blue) = 164+141+45=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D2D is #5B72D2. Grayscale: #898989. Windows color (decimal): -5993171 or 2985380. OLE color: 2985380.

HSL color Cylindrical-coordinate representation of color #A48D2D: hue angle of 48.4º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A48D2D is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 45 -
CMYK 0 0.14 0.73 0.36
HSL 48.4º 0.57% 0.41% -
HSV(B) 48.4º 0.73% 0.64% -
XYZ 25.31 27.13 6.39 -
YUV 136.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 164 141 45 0 0.14 0.73 0.36 48.4 0.57 0.41
Hex A4 8D 2D 0 E 49 24 30 39 29
Octal 244 215 55 0 16 111 44 60 71 51
Binary 10100100 10001101 101101 0 1110 1001001 100100 110000 111001 101001

Color Harmonies of #A48D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D2D

Black with #A48D2D

Text Example


Text Example

White with #A48D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D2D; }

 p { color: rgb(164,141,45); }

 H1.HeaderClassName
 {
   color: #A48D2D;
 }
 .AnyTagClassName
 {
   color: #A48D2D;
 }
</style>

background-color css

<style>
 a { background-color: #A48D2D; }

 a { background-color: rgb(164,141,45); }

 div.DivClassName
 {
   background-color: #A48D2D;
 }
 .BgClassName
 {
   background-color: #A48D2D;
 }
</style>

border-color css

<style>
 span { border-color: #A48D2D; }

 span { border-color: rgb(164,141,45); }

 td.TdClassName
 {
   border-color: #A48D2D;
 }
 .TagClassName
 {
   border-color: #A48D2D;
 }
</style>