Html Css Color HEX #A48E08 Lucky

📋 copy color: '#A48E08'

red 164 ◦ green 142 ◦ blue 8

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

Shades of Lucky #A48E08

Tints of Lucky #A48E08

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.22%

 BLUE value IS 8 (3.52% from 255) = 2.55%

R = 52.23%
G = 45.22%
B = 2.55%

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

#A48E08 (or 0xA48E08) is known color: Lucky. HEX triplet: A4, 8E and 08. RGB value is (164,142,8). Sum of RGB (Red+Green+Blue) = 164+142+8=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48E08 is #5B71F7. Grayscale: #858585. Windows color (decimal): -5992952 or 560804. OLE color: 560804.

HSL color Cylindrical-coordinate representation of color #A48E08: hue angle of 51.54º degrees, saturation: 0.91, 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 #A48E08 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 8 -
CMYK 0 0.13 0.95 0.36
HSL 51.54º 0.91% 0.34% -
HSV(B) 51.54º 0.95% 0.64% -
XYZ 25.03 27.26 4.17 -
YUV 133.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 164 142 8 0 0.13 0.95 0.36 51.54 0.91 0.34
Hex A4 8E 8 0 D 5F 24 34 5B 22
Octal 244 216 10 0 15 137 44 64 133 42
Binary 10100100 10001110 1000 0 1101 1011111 100100 110100 1011011 100010

Color Harmonies of #A48E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E08

Black with #A48E08

Text Example


Text Example

White with #A48E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E08; }

 p { color: rgb(164,142,8); }

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

background-color css

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

 a { background-color: rgb(164,142,8); }

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

border-color css

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

 span { border-color: rgb(164,142,8); }

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