Html Css Color HEX #A69F0B Lucky

📋 copy color: '#A69F0B'

red 166 ◦ green 159 ◦ blue 11

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

Shades of Lucky #A69F0B

Tints of Lucky #A69F0B

RGB

 RED value IS 166 (65.23% from 255) = 49.4%

 GREEN value IS 159 (62.5% from 255) = 47.32%

 BLUE value IS 11 (4.69% from 255) = 3.27%

R = 49.4%
G = 47.32%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A69F0B (or 0xA69F0B) is known color: Lucky. HEX triplet: A6, 9F and 0B. RGB value is (166,159,11). Sum of RGB (Red+Green+Blue) = 166+159+11=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69F0B is #5960F4. Grayscale: #909090. Windows color (decimal): -5857525 or 761766. OLE color: 761766.

HSL color Cylindrical-coordinate representation of color #A69F0B: hue angle of 57.29º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A69F0B is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 159 11 -
CMYK 0 0.04 0.93 0.35
HSL 57.29º 0.88% 0.35% -
HSV(B) 57.29º 0.93% 0.65% -
XYZ 28.18 32.93 5.19 -
YUV 144.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 166 159 11 0 0.04 0.93 0.35 57.29 0.88 0.35
Hex A6 9F B 0 4 5D 23 39 58 23
Octal 246 237 13 0 4 135 43 71 130 43
Binary 10100110 10011111 1011 0 100 1011101 100011 111001 1011000 100011

Color Harmonies of #A69F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69F0B

Black with #A69F0B

Text Example


Text Example

White with #A69F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69F0B; }

 p { color: rgb(166,159,11); }

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

background-color css

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

 a { background-color: rgb(166,159,11); }

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

border-color css

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

 span { border-color: rgb(166,159,11); }

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