Html Css Color HEX #A4953E Reef Gold

📋 copy color: '#A4953E'

red 164 ◦ green 149 ◦ blue 62

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

Shades of Reef Gold #A4953E

Tints of Reef Gold #A4953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

 BLUE value IS 62 (24.61% from 255) = 16.53%

R = 43.73%
G = 39.73%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4953E (or 0xA4953E) is known color: Reef Gold. HEX triplet: A4, 95 and 3E. RGB value is (164,149,62). Sum of RGB (Red+Green+Blue) = 164+149+62=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4953E is #5B6AC1. Grayscale: #8F8F8F. Windows color (decimal): -5991106 or 4101540. OLE color: 4101540.

HSL color Cylindrical-coordinate representation of color #A4953E: hue angle of 51.18º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4953E is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 62 -
CMYK 0 0.09 0.62 0.36
HSL 51.18º 0.45% 0.44% -
HSV(B) 51.18º 0.62% 0.64% -
XYZ 26.93 29.74 8.88 -
YUV 143.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 164 149 62 0 0.09 0.62 0.36 51.18 0.45 0.44
Hex A4 95 3E 0 9 3E 24 33 2D 2C
Octal 244 225 76 0 11 76 44 63 55 54
Binary 10100100 10010101 111110 0 1001 111110 100100 110011 101101 101100

Color Harmonies of #A4953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4953E

Black with #A4953E

Text Example


Text Example

White with #A4953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4953E; }

 p { color: rgb(164,149,62); }

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

background-color css

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

 a { background-color: rgb(164,149,62); }

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

border-color css

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

 span { border-color: rgb(164,149,62); }

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