Html Css Color HEX #A4992D Lucky

📋 copy color: '#A4992D'

red 164 ◦ green 153 ◦ blue 45

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

Shades of Lucky #A4992D

Tints of Lucky #A4992D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 45.3%
G = 42.27%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4992D (or 0xA4992D) is known color: Lucky. HEX triplet: A4, 99 and 2D. RGB value is (164,153,45). Sum of RGB (Red+Green+Blue) = 164+153+45=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A4992D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4992D is #5B66D2. Grayscale: #909090. Windows color (decimal): -5990099 or 2988452. OLE color: 2988452.

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

Color convert

RGB 164 153 45 -
CMYK 0 0.07 0.73 0.36
HSL 54.45º 0.57% 0.41% -
HSV(B) 54.45º 0.73% 0.64% -
XYZ 27.17 30.86 7.01 -
YUV 143.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 164 153 45 0 0.07 0.73 0.36 54.45 0.57 0.41
Hex A4 99 2D 0 7 49 24 36 39 29
Octal 244 231 55 0 7 111 44 66 71 51
Binary 10100100 10011001 101101 0 111 1001001 100100 110110 111001 101001

Color Harmonies of #A4992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4992D

Black with #A4992D

Text Example


Text Example

White with #A4992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4992D; }

 p { color: rgb(164,153,45); }

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

background-color css

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

 a { background-color: rgb(164,153,45); }

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

border-color css

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

 span { border-color: rgb(164,153,45); }

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