Html Css Color HEX #A7A130 Lucky

📋 copy color: '#A7A130'

red 167 ◦ green 161 ◦ blue 48

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

Shades of Lucky #A7A130

Tints of Lucky #A7A130

RGB

 RED value IS 167 (65.63% from 255) = 44.41%

 GREEN value IS 161 (63.28% from 255) = 42.82%

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 44.41%
G = 42.82%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A7A130 (or 0xA7A130) is known color: Lucky. HEX triplet: A7, A1 and 30. RGB value is (167,161,48). Sum of RGB (Red+Green+Blue) = 167+161+48=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A130 is #585ECF. Grayscale: #969696. Windows color (decimal): -5791440 or 3187111. OLE color: 3187111.

HSL color Cylindrical-coordinate representation of color #A7A130: hue angle of 56.97º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7A130 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 161 48 -
CMYK 0 0.04 0.71 0.35
HSL 56.97º 0.55% 0.42% -
HSV(B) 56.97º 0.71% 0.65% -
XYZ 29.21 33.92 7.8 -
YUV 149.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 167 161 48 0 0.04 0.71 0.35 56.97 0.55 0.42
Hex A7 A1 30 0 4 47 23 39 37 2A
Octal 247 241 60 0 4 107 43 71 67 52
Binary 10100111 10100001 110000 0 100 1000111 100011 111001 110111 101010

Color Harmonies of #A7A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A130

Black with #A7A130

Text Example


Text Example

White with #A7A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A130; }

 p { color: rgb(167,161,48); }

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

background-color css

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

 a { background-color: rgb(167,161,48); }

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

border-color css

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

 span { border-color: rgb(167,161,48); }

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