Html Css Color HEX #A08743 Luxor Gold

📋 copy color: '#A08743'

red 160 ◦ green 135 ◦ blue 67

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

Shades of Luxor Gold #A08743

Tints of Luxor Gold #A08743

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.29%

 BLUE value IS 67 (26.56% from 255) = 18.51%

R = 44.2%
G = 37.29%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A08743 (or 0xA08743) is known color: Luxor Gold. HEX triplet: A0, 87 and 43. RGB value is (160,135,67). Sum of RGB (Red+Green+Blue) = 160+135+67=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A08743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08743 is #5F78BC. Grayscale: #878787. Windows color (decimal): -6256829 or 4425632. OLE color: 4425632.

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

Color convert

RGB 160 135 67 -
CMYK 0 0.16 0.58 0.37
HSL 43.87º 0.41% 0.45% -
HSV(B) 43.87º 0.58% 0.63% -
XYZ 24.17 25.21 8.9 -
YUV 134.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 160 135 67 0 0.16 0.58 0.37 43.87 0.41 0.45
Hex A0 87 43 0 10 3A 25 2C 29 2D
Octal 240 207 103 0 20 72 45 54 51 55
Binary 10100000 10000111 1000011 0 10000 111010 100101 101100 101001 101101

Color Harmonies of #A08743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08743

Black with #A08743

Text Example


Text Example

White with #A08743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08743; }

 p { color: rgb(160,135,67); }

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

background-color css

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

 a { background-color: rgb(160,135,67); }

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

border-color css

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

 span { border-color: rgb(160,135,67); }

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