Html Css Color HEX #A18233 Reef Gold

📋 copy color: '#A18233'

red 161 ◦ green 130 ◦ blue 51

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

Shades of Reef Gold #A18233

Tints of Reef Gold #A18233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 47.08%
G = 38.01%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A18233 (or 0xA18233) is known color: Reef Gold. HEX triplet: A1, 82 and 33. RGB value is (161,130,51). Sum of RGB (Red+Green+Blue) = 161+130+51=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A18233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18233 is #5E7DCC. Grayscale: #828282. Windows color (decimal): -6192589 or 3375777. OLE color: 3375777.

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

Color convert

RGB 161 130 51 -
CMYK 0 0.19 0.68 0.37
HSL 43.09º 0.52% 0.42% -
HSV(B) 43.09º 0.68% 0.63% -
XYZ 23.28 23.78 6.5 -
YUV 130.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 161 130 51 0 0.19 0.68 0.37 43.09 0.52 0.42
Hex A1 82 33 0 13 44 25 2B 34 2A
Octal 241 202 63 0 23 104 45 53 64 52
Binary 10100001 10000010 110011 0 10011 1000100 100101 101011 110100 101010

Color Harmonies of #A18233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18233

Black with #A18233

Text Example


Text Example

White with #A18233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18233; }

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

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

background-color css

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

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

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

border-color css

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

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

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