Html Css Color HEX #A4962B Lucky

📋 copy color: '#A4962B'

red 164 ◦ green 150 ◦ blue 43

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

Shades of Lucky #A4962B

Tints of Lucky #A4962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 45.94%
G = 42.02%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4962B (or 0xA4962B) is known color: Lucky. HEX triplet: A4, 96 and 2B. RGB value is (164,150,43). Sum of RGB (Red+Green+Blue) = 164+150+43=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4962B is #5B69D4. Grayscale: #8E8E8E. Windows color (decimal): -5990869 or 2856612. OLE color: 2856612.

HSL color Cylindrical-coordinate representation of color #A4962B: hue angle of 53.06º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4962B is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 43 -
CMYK 0 0.09 0.74 0.36
HSL 53.06º 0.58% 0.41% -
HSV(B) 53.06º 0.74% 0.64% -
XYZ 26.65 29.88 6.65 -
YUV 141.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 164 150 43 0 0.09 0.74 0.36 53.06 0.58 0.41
Hex A4 96 2B 0 9 4A 24 35 3A 29
Octal 244 226 53 0 11 112 44 65 72 51
Binary 10100100 10010110 101011 0 1001 1001010 100100 110101 111010 101001

Color Harmonies of #A4962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4962B

Black with #A4962B

Text Example


Text Example

White with #A4962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4962B; }

 p { color: rgb(164,150,43); }

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

background-color css

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

 a { background-color: rgb(164,150,43); }

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

border-color css

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

 span { border-color: rgb(164,150,43); }

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