Html Css Color HEX #A18F09 Lucky

📋 copy color: '#A18F09'

red 161 ◦ green 143 ◦ blue 9

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

Shades of Lucky #A18F09

Tints of Lucky #A18F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.69%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 51.44%
G = 45.69%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A18F09 (or 0xA18F09) is known color: Lucky. HEX triplet: A1, 8F and 09. RGB value is (161,143,9). Sum of RGB (Red+Green+Blue) = 161+143+9=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18F09 is #5E70F6. Grayscale: #858585. Windows color (decimal): -6189303 or 626593. OLE color: 626593.

HSL color Cylindrical-coordinate representation of color #A18F09: hue angle of 52.89º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A18F09 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 143 9 -
CMYK 0 0.11 0.94 0.37
HSL 52.89º 0.89% 0.33% -
HSV(B) 52.89º 0.94% 0.63% -
XYZ 24.57 27.24 4.22 -
YUV 133.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 161 143 9 0 0.11 0.94 0.37 52.89 0.89 0.33
Hex A1 8F 9 0 B 5E 25 35 59 21
Octal 241 217 11 0 13 136 45 65 131 41
Binary 10100001 10001111 1001 0 1011 1011110 100101 110101 1011001 100001

Color Harmonies of #A18F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F09

Black with #A18F09

Text Example


Text Example

White with #A18F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F09; }

 p { color: rgb(161,143,9); }

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

background-color css

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

 a { background-color: rgb(161,143,9); }

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

border-color css

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

 span { border-color: rgb(161,143,9); }

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