Html Css Color HEX #A88645 Luxor Gold

📋 copy color: '#A88645'

red 168 ◦ green 134 ◦ blue 69

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

Shades of Luxor Gold #A88645

Tints of Luxor Gold #A88645

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 45.28%
G = 36.12%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A88645 (or 0xA88645) is known color: Luxor Gold. HEX triplet: A8, 86 and 45. RGB value is (168,134,69). Sum of RGB (Red+Green+Blue) = 168+134+69=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A88645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88645 is #5779BA. Grayscale: #898989. Windows color (decimal): -5732795 or 4556456. OLE color: 4556456.

HSL color Cylindrical-coordinate representation of color #A88645: hue angle of 39.39º 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 #A88645 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 134 69 -
CMYK 0 0.20 0.59 0.34
HSL 39.39º 0.42% 0.46% -
HSV(B) 39.39º 0.59% 0.66% -
XYZ 25.75 25.8 9.25 -
YUV 136.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 168 134 69 0 0.20 0.59 0.34 39.39 0.42 0.46
Hex A8 86 45 0 14 3B 22 27 2A 2E
Octal 250 206 105 0 24 73 42 47 52 56
Binary 10101000 10000110 1000101 0 10100 111011 100010 100111 101010 101110

Color Harmonies of #A88645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88645

Black with #A88645

Text Example


Text Example

White with #A88645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88645; }

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

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

background-color css

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

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

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

border-color css

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

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

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