Html Css Color HEX #A18502 Dark Goldenrod

📋 copy color: '#A18502'

red 161 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #A18502

Tints of Dark Goldenrod #A18502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 54.39%
G = 44.93%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A18502 (or 0xA18502) is known color: Dark Goldenrod. HEX triplet: A1, 85 and 02. RGB value is (161,133,2). Sum of RGB (Red+Green+Blue) = 161+133+2=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A18502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18502 is #5E7AFD. Grayscale: #7E7E7E. Windows color (decimal): -6191870 or 165281. OLE color: 165281.

HSL color Cylindrical-coordinate representation of color #A18502: hue angle of 49.43º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A18502 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 133 2 -
CMYK 0 0.17 0.99 0.37
HSL 49.43º 0.98% 0.32% -
HSV(B) 49.43º 0.99% 0.63% -
XYZ 23.1 24.36 3.54 -
YUV 126.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 161 133 2 0 0.17 0.99 0.37 49.43 0.98 0.32
Hex A1 85 2 0 11 63 25 31 62 20
Octal 241 205 2 0 21 143 45 61 142 40
Binary 10100001 10000101 10 0 10001 1100011 100101 110001 1100010 100000

Color Harmonies of #A18502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18502

Black with #A18502

Text Example


Text Example

White with #A18502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18502; }

 p { color: rgb(161,133,2); }

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

background-color css

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

 a { background-color: rgb(161,133,2); }

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

border-color css

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

 span { border-color: rgb(161,133,2); }

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