Html Css Color HEX #A89B13 Lucky

📋 copy color: '#A89B13'

red 168 ◦ green 155 ◦ blue 19

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

Shades of Lucky #A89B13

Tints of Lucky #A89B13

RGB

 RED value IS 168 (66.02% from 255) = 49.12%

 GREEN value IS 155 (60.94% from 255) = 45.32%

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 49.12%
G = 45.32%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A89B13 (or 0xA89B13) is known color: Lucky. HEX triplet: A8, 9B and 13. RGB value is (168,155,19). Sum of RGB (Red+Green+Blue) = 168+155+19=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89B13 is #5764EC. Grayscale: #8F8F8F. Windows color (decimal): -5727469 or 1285032. OLE color: 1285032.

HSL color Cylindrical-coordinate representation of color #A89B13: hue angle of 54.77º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A89B13 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 155 19 -
CMYK 0 0.08 0.89 0.34
HSL 54.77º 0.8% 0.37% -
HSV(B) 54.77º 0.89% 0.66% -
XYZ 27.99 31.81 5.28 -
YUV 143.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 168 155 19 0 0.08 0.89 0.34 54.77 0.8 0.37
Hex A8 9B 13 0 8 59 22 37 50 25
Octal 250 233 23 0 10 131 42 67 120 45
Binary 10101000 10011011 10011 0 1000 1011001 100010 110111 1010000 100101

Color Harmonies of #A89B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89B13

Black with #A89B13

Text Example


Text Example

White with #A89B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89B13; }

 p { color: rgb(168,155,19); }

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

background-color css

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

 a { background-color: rgb(168,155,19); }

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

border-color css

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

 span { border-color: rgb(168,155,19); }

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