Html Css Color HEX #A39008 Lucky

📋 copy color: '#A39008'

red 163 ◦ green 144 ◦ blue 8

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

Shades of Lucky #A39008

Tints of Lucky #A39008

RGB

 RED value IS 163 (64.06% from 255) = 51.75%

 GREEN value IS 144 (56.64% from 255) = 45.71%

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

R = 51.75%
G = 45.71%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A39008 (or 0xA39008) is known color: Lucky. HEX triplet: A3, 90 and 08. RGB value is (163,144,8). Sum of RGB (Red+Green+Blue) = 163+144+8=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A39008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39008 is #5C6FF7. Grayscale: #868686. Windows color (decimal): -6057976 or 561315. OLE color: 561315.

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

Color convert

RGB 163 144 8 -
CMYK 0 0.12 0.95 0.36
HSL 52.65º 0.91% 0.34% -
HSV(B) 52.65º 0.95% 0.64% -
XYZ 25.12 27.75 4.26 -
YUV 134.18 56.79 148.56 -
System Red Green Blue C M Y K H S L
Decimal 163 144 8 0 0.12 0.95 0.36 52.65 0.91 0.34
Hex A3 90 8 0 C 5F 24 35 5B 22
Octal 243 220 10 0 14 137 44 65 133 42
Binary 10100011 10010000 1000 0 1100 1011111 100100 110101 1011011 100010

Color Harmonies of #A39008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39008

Black with #A39008

Text Example


Text Example

White with #A39008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39008; }

 p { color: rgb(163,144,8); }

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

background-color css

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

 a { background-color: rgb(163,144,8); }

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

border-color css

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

 span { border-color: rgb(163,144,8); }

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