Html Css Color HEX #A88846 Luxor Gold

📋 copy color: '#A88846'

red 168 ◦ green 136 ◦ blue 70

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

Shades of Luxor Gold #A88846

Tints of Luxor Gold #A88846

RGB

 RED value IS 168 (66.02% from 255) = 44.92%

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 44.92%
G = 36.36%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A88846 (or 0xA88846) is known color: Luxor Gold. HEX triplet: A8, 88 and 46. RGB value is (168,136,70). Sum of RGB (Red+Green+Blue) = 168+136+70=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A88846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88846 is #5777B9. Grayscale: #8A8A8A. Windows color (decimal): -5732282 or 4622504. OLE color: 4622504.

HSL color Cylindrical-coordinate representation of color #A88846: hue angle of 40.41º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A88846 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 136 70 -
CMYK 0 0.19 0.58 0.34
HSL 40.41º 0.41% 0.47% -
HSV(B) 40.41º 0.58% 0.66% -
XYZ 26.06 26.38 9.51 -
YUV 138.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 168 136 70 0 0.19 0.58 0.34 40.41 0.41 0.47
Hex A8 88 46 0 13 3A 22 28 29 2F
Octal 250 210 106 0 23 72 42 50 51 57
Binary 10101000 10001000 1000110 0 10011 111010 100010 101000 101001 101111

Color Harmonies of #A88846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88846

Black with #A88846

Text Example


Text Example

White with #A88846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88846; }

 p { color: rgb(168,136,70); }

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

background-color css

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

 a { background-color: rgb(168,136,70); }

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

border-color css

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

 span { border-color: rgb(168,136,70); }

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