Html Css Color HEX #A08545 Luxor Gold

📋 copy color: '#A08545'

red 160 ◦ green 133 ◦ blue 69

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

Shades of Luxor Gold #A08545

Tints of Luxor Gold #A08545

RGB

 RED value IS 160 (62.89% from 255) = 44.2%

 GREEN value IS 133 (52.34% from 255) = 36.74%

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

R = 44.2%
G = 36.74%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A08545 (or 0xA08545) is known color: Luxor Gold. HEX triplet: A0, 85 and 45. RGB value is (160,133,69). Sum of RGB (Red+Green+Blue) = 160+133+69=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A08545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08545 is #5F7ABA. Grayscale: #868686. Windows color (decimal): -6257339 or 4556192. OLE color: 4556192.

HSL color Cylindrical-coordinate representation of color #A08545: hue angle of 42.2º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A08545 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 133 69 -
CMYK 0 0.17 0.57 0.37
HSL 42.2º 0.4% 0.45% -
HSV(B) 42.2º 0.57% 0.63% -
XYZ 23.96 24.68 9.13 -
YUV 133.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 160 133 69 0 0.17 0.57 0.37 42.2 0.4 0.45
Hex A0 85 45 0 11 39 25 2A 28 2D
Octal 240 205 105 0 21 71 45 52 50 55
Binary 10100000 10000101 1000101 0 10001 111001 100101 101010 101000 101101

Color Harmonies of #A08545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08545

Black with #A08545

Text Example


Text Example

White with #A08545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08545; }

 p { color: rgb(160,133,69); }

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

background-color css

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

 a { background-color: rgb(160,133,69); }

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

border-color css

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

 span { border-color: rgb(160,133,69); }

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