Html Css Color HEX #A4892C Reef Gold

📋 copy color: '#A4892C'

red 164 ◦ green 137 ◦ blue 44

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

Shades of Reef Gold #A4892C

Tints of Reef Gold #A4892C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 47.54%
G = 39.71%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4892C (or 0xA4892C) is known color: Reef Gold. HEX triplet: A4, 89 and 2C. RGB value is (164,137,44). Sum of RGB (Red+Green+Blue) = 164+137+44=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4892C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4892C is #5B76D3. Grayscale: #868686. Windows color (decimal): -5994196 or 2918820. OLE color: 2918820.

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

Color convert

RGB 164 137 44 -
CMYK 0 0.16 0.73 0.36
HSL 46.5º 0.58% 0.41% -
HSV(B) 46.5º 0.73% 0.64% -
XYZ 24.71 25.97 6.09 -
YUV 134.47 76.95 149.06 -
System Red Green Blue C M Y K H S L
Decimal 164 137 44 0 0.16 0.73 0.36 46.5 0.58 0.41
Hex A4 89 2C 0 10 49 24 2E 3A 29
Octal 244 211 54 0 20 111 44 56 72 51
Binary 10100100 10001001 101100 0 10000 1001001 100100 101110 111010 101001

Color Harmonies of #A4892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4892C

Black with #A4892C

Text Example


Text Example

White with #A4892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4892C; }

 p { color: rgb(164,137,44); }

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

background-color css

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

 a { background-color: rgb(164,137,44); }

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

border-color css

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

 span { border-color: rgb(164,137,44); }

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