Html Css Color HEX #A4962D Reef Gold

📋 copy color: '#A4962D'

red 164 ◦ green 150 ◦ blue 45

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

Shades of Reef Gold #A4962D

Tints of Reef Gold #A4962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

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

R = 45.68%
G = 41.78%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4962D (or 0xA4962D) is known color: Reef Gold. HEX triplet: A4, 96 and 2D. RGB value is (164,150,45). Sum of RGB (Red+Green+Blue) = 164+150+45=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4962D is #5B69D2. Grayscale: #8E8E8E. Windows color (decimal): -5990867 or 2987684. OLE color: 2987684.

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

Color convert

RGB 164 150 45 -
CMYK 0 0.09 0.73 0.36
HSL 52.94º 0.57% 0.41% -
HSV(B) 52.94º 0.73% 0.64% -
XYZ 26.69 29.89 6.85 -
YUV 142.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 164 150 45 0 0.09 0.73 0.36 52.94 0.57 0.41
Hex A4 96 2D 0 9 49 24 35 39 29
Octal 244 226 55 0 11 111 44 65 71 51
Binary 10100100 10010110 101101 0 1001 1001001 100100 110101 111001 101001

Color Harmonies of #A4962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4962D

Black with #A4962D

Text Example


Text Example

White with #A4962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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