Html Css Color HEX #A69D1B Lucky

📋 copy color: '#A69D1B'

red 166 ◦ green 157 ◦ blue 27

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

Shades of Lucky #A69D1B

Tints of Lucky #A69D1B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.86%

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 47.43%
G = 44.86%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A69D1B (or 0xA69D1B) is known color: Lucky. HEX triplet: A6, 9D and 1B. RGB value is (166,157,27). Sum of RGB (Red+Green+Blue) = 166+157+27=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69D1B is #5962E4. Grayscale: #919191. Windows color (decimal): -5858021 or 1809830. OLE color: 1809830.

HSL color Cylindrical-coordinate representation of color #A69D1B: hue angle of 56.12º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A69D1B is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 157 27 -
CMYK 0 0.05 0.84 0.35
HSL 56.12º 0.72% 0.38% -
HSV(B) 56.12º 0.84% 0.65% -
XYZ 27.98 32.3 5.8 -
YUV 144.87 61.48 143.07 -
System Red Green Blue C M Y K H S L
Decimal 166 157 27 0 0.05 0.84 0.35 56.12 0.72 0.38
Hex A6 9D 1B 0 5 54 23 38 48 26
Octal 246 235 33 0 5 124 43 70 110 46
Binary 10100110 10011101 11011 0 101 1010100 100011 111000 1001000 100110

Color Harmonies of #A69D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69D1B

Black with #A69D1B

Text Example


Text Example

White with #A69D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69D1B; }

 p { color: rgb(166,157,27); }

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

background-color css

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

 a { background-color: rgb(166,157,27); }

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

border-color css

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

 span { border-color: rgb(166,157,27); }

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