Html Css Color HEX #A29908 Lucky

📋 copy color: '#A29908'

red 162 ◦ green 153 ◦ blue 8

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

Shades of Lucky #A29908

Tints of Lucky #A29908

RGB

 RED value IS 162 (63.67% from 255) = 50.15%

 GREEN value IS 153 (60.16% from 255) = 47.37%

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

R = 50.15%
G = 47.37%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A29908 (or 0xA29908) is known color: Lucky. HEX triplet: A2, 99 and 08. RGB value is (162,153,8). Sum of RGB (Red+Green+Blue) = 162+153+8=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A29908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29908 is #5D66F7. Grayscale: #8B8B8B. Windows color (decimal): -6121208 or 563618. OLE color: 563618.

HSL color Cylindrical-coordinate representation of color #A29908: hue angle of 56.49º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A29908 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 8 -
CMYK 0 0.06 0.95 0.36
HSL 56.49º 0.91% 0.33% -
HSV(B) 56.49º 0.95% 0.64% -
XYZ 26.34 30.48 4.73 -
YUV 139.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 162 153 8 0 0.06 0.95 0.36 56.49 0.91 0.33
Hex A2 99 8 0 6 5F 24 38 5B 21
Octal 242 231 10 0 6 137 44 70 133 41
Binary 10100010 10011001 1000 0 110 1011111 100100 111000 1011011 100001

Color Harmonies of #A29908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29908

Black with #A29908

Text Example


Text Example

White with #A29908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29908; }

 p { color: rgb(162,153,8); }

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

background-color css

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

 a { background-color: rgb(162,153,8); }

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

border-color css

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

 span { border-color: rgb(162,153,8); }

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