Html Css Color HEX #A29D35 Reef Gold

📋 copy color: '#A29D35'

red 162 ◦ green 157 ◦ blue 53

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

Shades of Reef Gold #A29D35

Tints of Reef Gold #A29D35

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

 BLUE value IS 53 (21.09% from 255) = 14.25%

R = 43.55%
G = 42.2%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A29D35 (or 0xA29D35) is known color: Reef Gold. HEX triplet: A2, 9D and 35. RGB value is (162,157,53). Sum of RGB (Red+Green+Blue) = 162+157+53=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D35 is #5D62CA. Grayscale: #939393. Windows color (decimal): -6120139 or 3513762. OLE color: 3513762.

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

Color convert

RGB 162 157 53 -
CMYK 0 0.03 0.67 0.36
HSL 57.25º 0.51% 0.42% -
HSV(B) 57.25º 0.67% 0.64% -
XYZ 27.6 32.05 8.1 -
YUV 146.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 162 157 53 0 0.03 0.67 0.36 57.25 0.51 0.42
Hex A2 9D 35 0 3 43 24 39 33 2A
Octal 242 235 65 0 3 103 44 71 63 52
Binary 10100010 10011101 110101 0 11 1000011 100100 111001 110011 101010

Color Harmonies of #A29D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29D35

Black with #A29D35

Text Example


Text Example

White with #A29D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29D35; }

 p { color: rgb(162,157,53); }

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

background-color css

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

 a { background-color: rgb(162,157,53); }

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

border-color css

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

 span { border-color: rgb(162,157,53); }

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