Html Css Color HEX #A29134 Reef Gold

📋 copy color: '#A29134'

red 162 ◦ green 145 ◦ blue 52

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

Shades of Reef Gold #A29134

Tints of Reef Gold #A29134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.39%

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

R = 45.13%
G = 40.39%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A29134 (or 0xA29134) is known color: Reef Gold. HEX triplet: A2, 91 and 34. RGB value is (162,145,52). Sum of RGB (Red+Green+Blue) = 162+145+52=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A29134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29134 is #5D6ECB. Grayscale: #8B8B8B. Windows color (decimal): -6123212 or 3445154. OLE color: 3445154.

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

Color convert

RGB 162 145 52 -
CMYK 0 0.10 0.68 0.36
HSL 50.73º 0.51% 0.42% -
HSV(B) 50.73º 0.68% 0.64% -
XYZ 25.65 28.18 7.34 -
YUV 139.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 162 145 52 0 0.10 0.68 0.36 50.73 0.51 0.42
Hex A2 91 34 0 A 44 24 33 33 2A
Octal 242 221 64 0 12 104 44 63 63 52
Binary 10100010 10010001 110100 0 1010 1000100 100100 110011 110011 101010

Color Harmonies of #A29134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29134

Black with #A29134

Text Example


Text Example

White with #A29134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29134; }

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

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

background-color css

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

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

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

border-color css

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

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

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