Html Css Color HEX #A4872D Reef Gold

📋 copy color: '#A4872D'

red 164 ◦ green 135 ◦ blue 45

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

Shades of Reef Gold #A4872D

Tints of Reef Gold #A4872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.24%

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

R = 47.67%
G = 39.24%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4872D (or 0xA4872D) is known color: Reef Gold. HEX triplet: A4, 87 and 2D. RGB value is (164,135,45). Sum of RGB (Red+Green+Blue) = 164+135+45=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4872D is #5B78D2. Grayscale: #858585. Windows color (decimal): -5994707 or 2983844. OLE color: 2983844.

HSL color Cylindrical-coordinate representation of color #A4872D: hue angle of 45.38º 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 #A4872D is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 135 45 -
CMYK 0 0.18 0.73 0.36
HSL 45.38º 0.57% 0.41% -
HSV(B) 45.38º 0.73% 0.64% -
XYZ 24.45 25.41 6.1 -
YUV 133.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 164 135 45 0 0.18 0.73 0.36 45.38 0.57 0.41
Hex A4 87 2D 0 12 49 24 2D 39 29
Octal 244 207 55 0 22 111 44 55 71 51
Binary 10100100 10000111 101101 0 10010 1001001 100100 101101 111001 101001

Color Harmonies of #A4872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4872D

Black with #A4872D

Text Example


Text Example

White with #A4872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4872D; }

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

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

background-color css

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

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

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

border-color css

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

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

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