Html Css Color HEX #A18232 Reef Gold

📋 copy color: '#A18232'

red 161 ◦ green 130 ◦ blue 50

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

Shades of Reef Gold #A18232

Tints of Reef Gold #A18232

RGB

 RED value IS 161 (63.28% from 255) = 47.21%

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

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

R = 47.21%
G = 38.12%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A18232 (or 0xA18232) is known color: Reef Gold. HEX triplet: A1, 82 and 32. RGB value is (161,130,50). Sum of RGB (Red+Green+Blue) = 161+130+50=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A18232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18232 is #5E7DCD. Grayscale: #828282. Windows color (decimal): -6192590 or 3310241. OLE color: 3310241.

HSL color Cylindrical-coordinate representation of color #A18232: hue angle of 43.24º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A18232 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 50 -
CMYK 0 0.19 0.69 0.37
HSL 43.24º 0.53% 0.41% -
HSV(B) 43.24º 0.69% 0.63% -
XYZ 23.26 23.77 6.38 -
YUV 130.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 161 130 50 0 0.19 0.69 0.37 43.24 0.53 0.41
Hex A1 82 32 0 13 45 25 2B 35 29
Octal 241 202 62 0 23 105 45 53 65 51
Binary 10100001 10000010 110010 0 10011 1000101 100101 101011 110101 101001

Color Harmonies of #A18232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18232

Black with #A18232

Text Example


Text Example

White with #A18232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18232; }

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

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

background-color css

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

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

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

border-color css

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

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

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