Html Css Color HEX #A18E36 Reef Gold

📋 copy color: '#A18E36'

red 161 ◦ green 142 ◦ blue 54

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

Shades of Reef Gold #A18E36

Tints of Reef Gold #A18E36

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.78%

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

R = 45.1%
G = 39.78%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A18E36 (or 0xA18E36) is known color: Reef Gold. HEX triplet: A1, 8E and 36. RGB value is (161,142,54). Sum of RGB (Red+Green+Blue) = 161+142+54=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E36 is #5E71C9. Grayscale: #8A8A8A. Windows color (decimal): -6189514 or 3575457. OLE color: 3575457.

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

Color convert

RGB 161 142 54 -
CMYK 0 0.12 0.66 0.37
HSL 49.35º 0.5% 0.42% -
HSV(B) 49.35º 0.66% 0.63% -
XYZ 25.04 27.19 7.42 -
YUV 137.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 161 142 54 0 0.12 0.66 0.37 49.35 0.5 0.42
Hex A1 8E 36 0 C 42 25 31 32 2A
Octal 241 216 66 0 14 102 45 61 62 52
Binary 10100001 10001110 110110 0 1100 1000010 100101 110001 110010 101010

Color Harmonies of #A18E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E36

Black with #A18E36

Text Example


Text Example

White with #A18E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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