Html Css Color HEX #A29934 Reef Gold

📋 copy color: '#A29934'

red 162 ◦ green 153 ◦ blue 52

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

Shades of Reef Gold #A29934

Tints of Reef Gold #A29934

RGB

 RED value IS 162 (63.67% from 255) = 44.14%

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 44.14%
G = 41.69%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A29934 (or 0xA29934) is known color: Reef Gold. HEX triplet: A2, 99 and 34. RGB value is (162,153,52). Sum of RGB (Red+Green+Blue) = 162+153+52=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A29934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29934 is #5D66CB. Grayscale: #909090. Windows color (decimal): -6121164 or 3447202. OLE color: 3447202.

HSL color Cylindrical-coordinate representation of color #A29934: hue angle of 55.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A29934 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 52 -
CMYK 0 0.06 0.68 0.36
HSL 55.09º 0.51% 0.42% -
HSV(B) 55.09º 0.68% 0.64% -
XYZ 26.91 30.71 7.76 -
YUV 144.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 162 153 52 0 0.06 0.68 0.36 55.09 0.51 0.42
Hex A2 99 34 0 6 44 24 37 33 2A
Octal 242 231 64 0 6 104 44 67 63 52
Binary 10100010 10011001 110100 0 110 1000100 100100 110111 110011 101010

Color Harmonies of #A29934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29934

Black with #A29934

Text Example


Text Example

White with #A29934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29934; }

 p { color: rgb(162,153,52); }

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

background-color css

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

 a { background-color: rgb(162,153,52); }

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

border-color css

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

 span { border-color: rgb(162,153,52); }

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