Html Css Color HEX #A4892D Reef Gold

📋 copy color: '#A4892D'

red 164 ◦ green 137 ◦ blue 45

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

Shades of Reef Gold #A4892D

Tints of Reef Gold #A4892D

RGB

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

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

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

R = 47.4%
G = 39.6%
B = 13.01%

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

#A4892D (or 0xA4892D) is known color: Reef Gold. HEX triplet: A4, 89 and 2D. RGB value is (164,137,45). Sum of RGB (Red+Green+Blue) = 164+137+45=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4892D is #5B76D2. Grayscale: #868686. Windows color (decimal): -5994195 or 2984356. OLE color: 2984356.

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

Color convert

RGB 164 137 45 -
CMYK 0 0.16 0.73 0.36
HSL 46.39º 0.57% 0.41% -
HSV(B) 46.39º 0.73% 0.64% -
XYZ 24.73 25.97 6.19 -
YUV 134.59 77.45 148.98 -
System Red Green Blue C M Y K H S L
Decimal 164 137 45 0 0.16 0.73 0.36 46.39 0.57 0.41
Hex A4 89 2D 0 10 49 24 2E 39 29
Octal 244 211 55 0 20 111 44 56 71 51
Binary 10100100 10001001 101101 0 10000 1001001 100100 101110 111001 101001

Color Harmonies of #A4892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4892D

Black with #A4892D

Text Example


Text Example

White with #A4892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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