Html Css Color HEX #A18337 Reef Gold

📋 copy color: '#A18337'

red 161 ◦ green 131 ◦ blue 55

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

Shades of Reef Gold #A18337

Tints of Reef Gold #A18337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

 BLUE value IS 55 (21.88% from 255) = 15.85%

R = 46.4%
G = 37.75%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A18337 (or 0xA18337) is known color: Reef Gold. HEX triplet: A1, 83 and 37. RGB value is (161,131,55). Sum of RGB (Red+Green+Blue) = 161+131+55=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A18337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18337 is #5E7CC8. Grayscale: #838383. Windows color (decimal): -6192329 or 3638177. OLE color: 3638177.

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

Color convert

RGB 161 131 55 -
CMYK 0 0.19 0.66 0.37
HSL 43.02º 0.49% 0.42% -
HSV(B) 43.02º 0.66% 0.63% -
XYZ 23.5 24.09 7.02 -
YUV 131.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 161 131 55 0 0.19 0.66 0.37 43.02 0.49 0.42
Hex A1 83 37 0 13 42 25 2B 31 2A
Octal 241 203 67 0 23 102 45 53 61 52
Binary 10100001 10000011 110111 0 10011 1000010 100101 101011 110001 101010

Color Harmonies of #A18337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18337

Black with #A18337

Text Example


Text Example

White with #A18337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18337; }

 p { color: rgb(161,131,55); }

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

background-color css

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

 a { background-color: rgb(161,131,55); }

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

border-color css

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

 span { border-color: rgb(161,131,55); }

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