Html Css Color HEX #A29130 Reef Gold

📋 copy color: '#A29130'

red 162 ◦ green 145 ◦ blue 48

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

Shades of Reef Gold #A29130

Tints of Reef Gold #A29130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.52%

R = 45.63%
G = 40.85%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A29130 (or 0xA29130) is known color: Reef Gold. HEX triplet: A2, 91 and 30. RGB value is (162,145,48). Sum of RGB (Red+Green+Blue) = 162+145+48=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A29130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29130 is #5D6ECF. Grayscale: #8B8B8B. Windows color (decimal): -6123216 or 3183010. OLE color: 3183010.

HSL color Cylindrical-coordinate representation of color #A29130: hue angle of 51.05º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A29130 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 145 48 -
CMYK 0 0.10 0.70 0.36
HSL 51.05º 0.54% 0.41% -
HSV(B) 51.05º 0.7% 0.64% -
XYZ 25.56 28.15 6.88 -
YUV 139.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 162 145 48 0 0.10 0.70 0.36 51.05 0.54 0.41
Hex A2 91 30 0 A 46 24 33 36 29
Octal 242 221 60 0 12 106 44 63 66 51
Binary 10100010 10010001 110000 0 1010 1000110 100100 110011 110110 101001

Color Harmonies of #A29130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29130

Black with #A29130

Text Example


Text Example

White with #A29130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29130; }

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

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

background-color css

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

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

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

border-color css

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

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

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