Html Css Color HEX #A5971B Lucky

📋 copy color: '#A5971B'

red 165 ◦ green 151 ◦ blue 27

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

Shades of Lucky #A5971B

Tints of Lucky #A5971B

RGB

 RED value IS 165 (64.84% from 255) = 48.1%

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

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

R = 48.1%
G = 44.02%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5971B (or 0xA5971B) is known color: Lucky. HEX triplet: A5, 97 and 1B. RGB value is (165,151,27). Sum of RGB (Red+Green+Blue) = 165+151+27=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5971B is #5A68E4. Grayscale: #8D8D8D. Windows color (decimal): -5925093 or 1808293. OLE color: 1808293.

HSL color Cylindrical-coordinate representation of color #A5971B: hue angle of 53.91º 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 #A5971B is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 151 27 -
CMYK 0 0.08 0.84 0.35
HSL 53.91º 0.72% 0.38% -
HSV(B) 53.91º 0.84% 0.65% -
XYZ 26.78 30.21 5.46 -
YUV 141.05 63.64 145.08 -
System Red Green Blue C M Y K H S L
Decimal 165 151 27 0 0.08 0.84 0.35 53.91 0.72 0.38
Hex A5 97 1B 0 8 54 23 36 48 26
Octal 245 227 33 0 10 124 43 66 110 46
Binary 10100101 10010111 11011 0 1000 1010100 100011 110110 1001000 100110

Color Harmonies of #A5971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5971B

Black with #A5971B

Text Example


Text Example

White with #A5971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5971B; }

 p { color: rgb(165,151,27); }

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

background-color css

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

 a { background-color: rgb(165,151,27); }

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

border-color css

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

 span { border-color: rgb(165,151,27); }

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