Html Css Color HEX #A8970B Lucky

📋 copy color: '#A8970B'

red 168 ◦ green 151 ◦ blue 11

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

Shades of Lucky #A8970B

Tints of Lucky #A8970B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

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

R = 50.91%
G = 45.76%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8970B (or 0xA8970B) is known color: Lucky. HEX triplet: A8, 97 and 0B. RGB value is (168,151,11). Sum of RGB (Red+Green+Blue) = 168+151+11=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8970B is #5768F4. Grayscale: #8C8C8C. Windows color (decimal): -5728501 or 759720. OLE color: 759720.

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

Color convert

RGB 168 151 11 -
CMYK 0 0.10 0.93 0.34
HSL 53.5º 0.88% 0.35% -
HSV(B) 53.5º 0.93% 0.66% -
XYZ 27.28 30.48 4.76 -
YUV 140.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 168 151 11 0 0.10 0.93 0.34 53.5 0.88 0.35
Hex A8 97 B 0 A 5D 22 36 58 23
Octal 250 227 13 0 12 135 42 66 130 43
Binary 10101000 10010111 1011 0 1010 1011101 100010 110110 1011000 100011

Color Harmonies of #A8970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8970B

Black with #A8970B

Text Example


Text Example

White with #A8970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8970B; }

 p { color: rgb(168,151,11); }

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

background-color css

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

 a { background-color: rgb(168,151,11); }

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

border-color css

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

 span { border-color: rgb(168,151,11); }

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