Html Css Color HEX #A4971B Lucky

📋 copy color: '#A4971B'

red 164 ◦ green 151 ◦ blue 27

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

Shades of Lucky #A4971B

Tints of Lucky #A4971B

RGB

 RED value IS 164 (64.45% from 255) = 47.95%

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

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

R = 47.95%
G = 44.15%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4971B (or 0xA4971B) is known color: Lucky. HEX triplet: A4, 97 and 1B. RGB value is (164,151,27). Sum of RGB (Red+Green+Blue) = 164+151+27=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4971B is #5B68E4. Grayscale: #8D8D8D. Windows color (decimal): -5990629 or 1808292. OLE color: 1808292.

HSL color Cylindrical-coordinate representation of color #A4971B: hue angle of 54.31º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4971B is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 27 -
CMYK 0 0.08 0.84 0.36
HSL 54.31º 0.72% 0.37% -
HSV(B) 54.31º 0.84% 0.64% -
XYZ 26.57 30.1 5.45 -
YUV 140.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 164 151 27 0 0.08 0.84 0.36 54.31 0.72 0.37
Hex A4 97 1B 0 8 54 24 36 48 25
Octal 244 227 33 0 10 124 44 66 110 45
Binary 10100100 10010111 11011 0 1000 1010100 100100 110110 1001000 100101

Color Harmonies of #A4971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4971B

Black with #A4971B

Text Example


Text Example

White with #A4971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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