Html Css Color HEX #A18436 Reef Gold

📋 copy color: '#A18436'

red 161 ◦ green 132 ◦ blue 54

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

Shades of Reef Gold #A18436

Tints of Reef Gold #A18436

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 54 (21.48% from 255) = 15.56%

R = 46.4%
G = 38.04%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A18436 (or 0xA18436) is known color: Reef Gold. HEX triplet: A1, 84 and 36. RGB value is (161,132,54). Sum of RGB (Red+Green+Blue) = 161+132+54=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A18436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18436 is #5E7BC9. Grayscale: #848484. Windows color (decimal): -6192074 or 3572897. OLE color: 3572897.

HSL color Cylindrical-coordinate representation of color #A18436: hue angle of 43.74º degrees, saturation: 0.5, 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 #A18436 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 132 54 -
CMYK 0 0.18 0.66 0.37
HSL 43.74º 0.5% 0.42% -
HSV(B) 43.74º 0.66% 0.63% -
XYZ 23.62 24.35 6.94 -
YUV 131.78 84.11 148.84 -
System Red Green Blue C M Y K H S L
Decimal 161 132 54 0 0.18 0.66 0.37 43.74 0.5 0.42
Hex A1 84 36 0 12 42 25 2C 32 2A
Octal 241 204 66 0 22 102 45 54 62 52
Binary 10100001 10000100 110110 0 10010 1000010 100101 101100 110010 101010

Color Harmonies of #A18436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18436

Black with #A18436

Text Example


Text Example

White with #A18436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18436; }

 p { color: rgb(161,132,54); }

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

background-color css

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

 a { background-color: rgb(161,132,54); }

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

border-color css

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

 span { border-color: rgb(161,132,54); }

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