Html Css Color HEX #A28232 Reef Gold

📋 copy color: '#A28232'

red 162 ◦ green 130 ◦ blue 50

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

Shades of Reef Gold #A28232

Tints of Reef Gold #A28232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 47.37%
G = 38.01%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A28232 (or 0xA28232) is known color: Reef Gold. HEX triplet: A2, 82 and 32. RGB value is (162,130,50). Sum of RGB (Red+Green+Blue) = 162+130+50=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A28232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28232 is #5D7DCD. Grayscale: #828282. Windows color (decimal): -6127054 or 3310242. OLE color: 3310242.

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

Color convert

RGB 162 130 50 -
CMYK 0 0.20 0.69 0.36
HSL 42.86º 0.53% 0.42% -
HSV(B) 42.86º 0.69% 0.64% -
XYZ 23.46 23.88 6.39 -
YUV 130.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 162 130 50 0 0.20 0.69 0.36 42.86 0.53 0.42
Hex A2 82 32 0 14 45 24 2B 35 2A
Octal 242 202 62 0 24 105 44 53 65 52
Binary 10100010 10000010 110010 0 10100 1000101 100100 101011 110101 101010

Color Harmonies of #A28232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28232

Black with #A28232

Text Example


Text Example

White with #A28232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28232; }

 p { color: rgb(162,130,50); }

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

background-color css

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

 a { background-color: rgb(162,130,50); }

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

border-color css

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

 span { border-color: rgb(162,130,50); }

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