Html Css Color HEX #A4892F Reef Gold

📋 copy color: '#A4892F'

red 164 ◦ green 137 ◦ blue 47

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

Shades of Reef Gold #A4892F

Tints of Reef Gold #A4892F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 47.13%
G = 39.37%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4892F (or 0xA4892F) is known color: Reef Gold. HEX triplet: A4, 89 and 2F. RGB value is (164,137,47). Sum of RGB (Red+Green+Blue) = 164+137+47=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A4892F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4892F is #5B76D0. Grayscale: #878787. Windows color (decimal): -5994193 or 3115428. OLE color: 3115428.

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

Color convert

RGB 164 137 47 -
CMYK 0 0.16 0.71 0.36
HSL 46.15º 0.55% 0.41% -
HSV(B) 46.15º 0.71% 0.64% -
XYZ 24.77 25.99 6.4 -
YUV 134.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 164 137 47 0 0.16 0.71 0.36 46.15 0.55 0.41
Hex A4 89 2F 0 10 47 24 2E 37 29
Octal 244 211 57 0 20 107 44 56 67 51
Binary 10100100 10001001 101111 0 10000 1000111 100100 101110 110111 101001

Color Harmonies of #A4892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4892F

Black with #A4892F

Text Example


Text Example

White with #A4892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4892F; }

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

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

background-color css

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

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

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

border-color css

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

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

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