Html Css Color HEX #A69D1F Lucky

📋 copy color: '#A69D1F'

red 166 ◦ green 157 ◦ blue 31

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

Shades of Lucky #A69D1F

Tints of Lucky #A69D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 46.89%
G = 44.35%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A69D1F (or 0xA69D1F) is known color: Lucky. HEX triplet: A6, 9D and 1F. RGB value is (166,157,31). Sum of RGB (Red+Green+Blue) = 166+157+31=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69D1F is #5962E0. Grayscale: #919191. Windows color (decimal): -5858017 or 2071974. OLE color: 2071974.

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

Color convert

RGB 166 157 31 -
CMYK 0 0.05 0.81 0.35
HSL 56º 0.69% 0.39% -
HSV(B) 56º 0.81% 0.65% -
XYZ 28.03 32.32 6.06 -
YUV 145.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 166 157 31 0 0.05 0.81 0.35 56 0.69 0.39
Hex A6 9D 1F 0 5 51 23 38 45 27
Octal 246 235 37 0 5 121 43 70 105 47
Binary 10100110 10011101 11111 0 101 1010001 100011 111000 1000101 100111

Color Harmonies of #A69D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69D1F

Black with #A69D1F

Text Example


Text Example

White with #A69D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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