Html Css Color HEX #A4952D Reef Gold

📋 copy color: '#A4952D'

red 164 ◦ green 149 ◦ blue 45

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

Shades of Reef Gold #A4952D

Tints of Reef Gold #A4952D

RGB

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

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

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

R = 45.81%
G = 41.62%
B = 12.57%

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

#A4952D (or 0xA4952D) is known color: Reef Gold. HEX triplet: A4, 95 and 2D. RGB value is (164,149,45). Sum of RGB (Red+Green+Blue) = 164+149+45=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4952D is #5B6AD2. Grayscale: #8E8E8E. Windows color (decimal): -5991123 or 2987428. OLE color: 2987428.

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

Color convert

RGB 164 149 45 -
CMYK 0 0.09 0.73 0.36
HSL 52.44º 0.57% 0.41% -
HSV(B) 52.44º 0.73% 0.64% -
XYZ 26.53 29.58 6.79 -
YUV 141.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 164 149 45 0 0.09 0.73 0.36 52.44 0.57 0.41
Hex A4 95 2D 0 9 49 24 34 39 29
Octal 244 225 55 0 11 111 44 64 71 51
Binary 10100100 10010101 101101 0 1001 1001001 100100 110100 111001 101001

Color Harmonies of #A4952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4952D

Black with #A4952D

Text Example


Text Example

White with #A4952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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