Html Css Color HEX #A48F06 Lucky

📋 copy color: '#A48F06'

red 164 ◦ green 143 ◦ blue 6

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

Shades of Lucky #A48F06

Tints of Lucky #A48F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 52.4%
G = 45.69%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A48F06 (or 0xA48F06) is known color: Lucky. HEX triplet: A4, 8F and 06. RGB value is (164,143,6). Sum of RGB (Red+Green+Blue) = 164+143+6=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F06 is #5B70F9. Grayscale: #868686. Windows color (decimal): -5992698 or 429988. OLE color: 429988.

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

Color convert

RGB 164 143 6 -
CMYK 0 0.13 0.96 0.36
HSL 52.03º 0.93% 0.33% -
HSV(B) 52.03º 0.96% 0.64% -
XYZ 25.17 27.55 4.16 -
YUV 133.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 164 143 6 0 0.13 0.96 0.36 52.03 0.93 0.33
Hex A4 8F 6 0 D 60 24 34 5D 21
Octal 244 217 6 0 15 140 44 64 135 41
Binary 10100100 10001111 110 0 1101 1100000 100100 110100 1011101 100001

Color Harmonies of #A48F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F06

Black with #A48F06

Text Example


Text Example

White with #A48F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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