Html Css Color HEX #A4970F Lucky

📋 copy color: '#A4970F'

red 164 ◦ green 151 ◦ blue 15

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

Shades of Lucky #A4970F

Tints of Lucky #A4970F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.55%

R = 49.7%
G = 45.76%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4970F (or 0xA4970F) is known color: Lucky. HEX triplet: A4, 97 and 0F. RGB value is (164,151,15). Sum of RGB (Red+Green+Blue) = 164+151+15=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A4970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4970F is #5B68F0. Grayscale: #8B8B8B. Windows color (decimal): -5990641 or 1021860. OLE color: 1021860.

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

Color convert

RGB 164 151 15 -
CMYK 0 0.08 0.91 0.36
HSL 54.77º 0.83% 0.35% -
HSV(B) 54.77º 0.91% 0.64% -
XYZ 26.46 30.06 4.86 -
YUV 139.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 164 151 15 0 0.08 0.91 0.36 54.77 0.83 0.35
Hex A4 97 F 0 8 5B 24 37 53 23
Octal 244 227 17 0 10 133 44 67 123 43
Binary 10100100 10010111 1111 0 1000 1011011 100100 110111 1010011 100011

Color Harmonies of #A4970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4970F

Black with #A4970F

Text Example


Text Example

White with #A4970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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