Html Css Color HEX #A09308 Lucky

📋 copy color: '#A09308'

red 160 ◦ green 147 ◦ blue 8

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

Shades of Lucky #A09308

Tints of Lucky #A09308

RGB

 RED value IS 160 (62.89% from 255) = 50.79%

 GREEN value IS 147 (57.81% from 255) = 46.67%

 BLUE value IS 8 (3.52% from 255) = 2.54%

R = 50.79%
G = 46.67%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A09308 (or 0xA09308) is known color: Lucky. HEX triplet: A0, 93 and 08. RGB value is (160,147,8). Sum of RGB (Red+Green+Blue) = 160+147+8=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A09308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09308 is #5F6CF7. Grayscale: #878787. Windows color (decimal): -6253816 or 562080. OLE color: 562080.

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

Color convert

RGB 160 147 8 -
CMYK 0 0.08 0.95 0.37
HSL 54.87º 0.9% 0.33% -
HSV(B) 54.87º 0.95% 0.63% -
XYZ 24.97 28.36 4.39 -
YUV 135.04 56.31 145.8 -
System Red Green Blue C M Y K H S L
Decimal 160 147 8 0 0.08 0.95 0.37 54.87 0.9 0.33
Hex A0 93 8 0 8 5F 25 37 5A 21
Octal 240 223 10 0 10 137 45 67 132 41
Binary 10100000 10010011 1000 0 1000 1011111 100101 110111 1011010 100001

Color Harmonies of #A09308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09308

Black with #A09308

Text Example


Text Example

White with #A09308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09308; }

 p { color: rgb(160,147,8); }

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

background-color css

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

 a { background-color: rgb(160,147,8); }

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

border-color css

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

 span { border-color: rgb(160,147,8); }

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