Html Css Color HEX #A48F09 Lucky

📋 copy color: '#A48F09'

red 164 ◦ green 143 ◦ blue 9

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

Shades of Lucky #A48F09

Tints of Lucky #A48F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.25%

 BLUE value IS 9 (3.91% from 255) = 2.85%

R = 51.9%
G = 45.25%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A48F09 (or 0xA48F09) is known color: Lucky. HEX triplet: A4, 8F and 09. RGB value is (164,143,9). Sum of RGB (Red+Green+Blue) = 164+143+9=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F09 is #5B70F6. Grayscale: #868686. Windows color (decimal): -5992695 or 626596. OLE color: 626596.

HSL color Cylindrical-coordinate representation of color #A48F09: hue angle of 51.87º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A48F09 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 143 9 -
CMYK 0 0.13 0.95 0.36
HSL 51.87º 0.9% 0.34% -
HSV(B) 51.87º 0.95% 0.64% -
XYZ 25.18 27.56 4.25 -
YUV 134 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 164 143 9 0 0.13 0.95 0.36 51.87 0.9 0.34
Hex A4 8F 9 0 D 5F 24 34 5A 22
Octal 244 217 11 0 15 137 44 64 132 42
Binary 10100100 10001111 1001 0 1101 1011111 100100 110100 1011010 100010

Color Harmonies of #A48F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F09

Black with #A48F09

Text Example


Text Example

White with #A48F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F09; }

 p { color: rgb(164,143,9); }

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

background-color css

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

 a { background-color: rgb(164,143,9); }

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

border-color css

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

 span { border-color: rgb(164,143,9); }

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