Html Css Color HEX #A88845 Luxor Gold

📋 copy color: '#A88845'

red 168 ◦ green 136 ◦ blue 69

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

Shades of Luxor Gold #A88845

Tints of Luxor Gold #A88845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.5%

R = 45.04%
G = 36.46%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A88845 (or 0xA88845) is known color: Luxor Gold. HEX triplet: A8, 88 and 45. RGB value is (168,136,69). Sum of RGB (Red+Green+Blue) = 168+136+69=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A88845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88845 is #5777BA. Grayscale: #8A8A8A. Windows color (decimal): -5732283 or 4556968. OLE color: 4556968.

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

Color convert

RGB 168 136 69 -
CMYK 0 0.19 0.59 0.34
HSL 40.61º 0.42% 0.46% -
HSV(B) 40.61º 0.59% 0.66% -
XYZ 26.03 26.36 9.35 -
YUV 137.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 168 136 69 0 0.19 0.59 0.34 40.61 0.42 0.46
Hex A8 88 45 0 13 3B 22 29 2A 2E
Octal 250 210 105 0 23 73 42 51 52 56
Binary 10101000 10001000 1000101 0 10011 111011 100010 101001 101010 101110

Color Harmonies of #A88845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88845

Black with #A88845

Text Example


Text Example

White with #A88845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88845; }

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

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

background-color css

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

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

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

border-color css

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

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

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