Html Css Color HEX #A89508 Lucky

📋 copy color: '#A89508'

red 168 ◦ green 149 ◦ blue 8

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

Shades of Lucky #A89508

Tints of Lucky #A89508

RGB

 RED value IS 168 (66.02% from 255) = 51.69%

 GREEN value IS 149 (58.59% from 255) = 45.85%

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

R = 51.69%
G = 45.85%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A89508 (or 0xA89508) is known color: Lucky. HEX triplet: A8, 95 and 08. RGB value is (168,149,8). Sum of RGB (Red+Green+Blue) = 168+149+8=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A89508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89508 is #576AF7. Grayscale: #8B8B8B. Windows color (decimal): -5729016 or 562600. OLE color: 562600.

HSL color Cylindrical-coordinate representation of color #A89508: hue angle of 52.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A89508 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 149 8 -
CMYK 0 0.11 0.95 0.34
HSL 52.88º 0.91% 0.35% -
HSV(B) 52.88º 0.95% 0.66% -
XYZ 26.94 29.84 4.57 -
YUV 138.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 168 149 8 0 0.11 0.95 0.34 52.88 0.91 0.35
Hex A8 95 8 0 B 5F 22 35 5B 23
Octal 250 225 10 0 13 137 42 65 133 43
Binary 10101000 10010101 1000 0 1011 1011111 100010 110101 1011011 100011

Color Harmonies of #A89508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89508

Black with #A89508

Text Example


Text Example

White with #A89508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89508; }

 p { color: rgb(168,149,8); }

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

background-color css

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

 a { background-color: rgb(168,149,8); }

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

border-color css

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

 span { border-color: rgb(168,149,8); }

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