Html Css Color HEX #A29135 Reef Gold

📋 copy color: '#A29135'

red 162 ◦ green 145 ◦ blue 53

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

Shades of Reef Gold #A29135

Tints of Reef Gold #A29135

RGB

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

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

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

R = 45%
G = 40.28%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A29135 (or 0xA29135) is known color: Reef Gold. HEX triplet: A2, 91 and 35. RGB value is (162,145,53). Sum of RGB (Red+Green+Blue) = 162+145+53=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A29135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29135 is #5D6ECA. Grayscale: #8B8B8B. Windows color (decimal): -6123211 or 3510690. OLE color: 3510690.

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

Color convert

RGB 162 145 53 -
CMYK 0 0.10 0.67 0.36
HSL 50.64º 0.51% 0.42% -
HSV(B) 50.64º 0.67% 0.64% -
XYZ 25.67 28.19 7.46 -
YUV 139.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 162 145 53 0 0.10 0.67 0.36 50.64 0.51 0.42
Hex A2 91 35 0 A 43 24 33 33 2A
Octal 242 221 65 0 12 103 44 63 63 52
Binary 10100010 10010001 110101 0 1010 1000011 100100 110011 110011 101010

Color Harmonies of #A29135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29135

Black with #A29135

Text Example


Text Example

White with #A29135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29135; }

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

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

background-color css

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

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

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

border-color css

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

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

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