Html Css Color HEX #A4952E Reef Gold

📋 copy color: '#A4952E'

red 164 ◦ green 149 ◦ blue 46

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

Shades of Reef Gold #A4952E

Tints of Reef Gold #A4952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.81%

R = 45.68%
G = 41.5%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4952E (or 0xA4952E) is known color: Reef Gold. HEX triplet: A4, 95 and 2E. RGB value is (164,149,46). Sum of RGB (Red+Green+Blue) = 164+149+46=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4952E is #5B6AD1. Grayscale: #8E8E8E. Windows color (decimal): -5991122 or 3052964. OLE color: 3052964.

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

Color convert

RGB 164 149 46 -
CMYK 0 0.09 0.72 0.36
HSL 52.37º 0.56% 0.41% -
HSV(B) 52.37º 0.72% 0.64% -
XYZ 26.55 29.58 6.9 -
YUV 141.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 164 149 46 0 0.09 0.72 0.36 52.37 0.56 0.41
Hex A4 95 2E 0 9 48 24 34 38 29
Octal 244 225 56 0 11 110 44 64 70 51
Binary 10100100 10010101 101110 0 1001 1001000 100100 110100 111000 101001

Color Harmonies of #A4952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4952E

Black with #A4952E

Text Example


Text Example

White with #A4952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4952E; }

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

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

background-color css

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

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

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

border-color css

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

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

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