Html Css Color HEX #A08243 Luxor Gold

📋 copy color: '#A08243'

red 160 ◦ green 130 ◦ blue 67

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

Shades of Luxor Gold #A08243

Tints of Luxor Gold #A08243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 44.82%
G = 36.41%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A08243 (or 0xA08243) is known color: Luxor Gold. HEX triplet: A0, 82 and 43. RGB value is (160,130,67). Sum of RGB (Red+Green+Blue) = 160+130+67=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A08243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08243 is #5F7DBC. Grayscale: #848484. Windows color (decimal): -6258109 or 4424352. OLE color: 4424352.

HSL color Cylindrical-coordinate representation of color #A08243: hue angle of 40.65º 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 #A08243 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 130 67 -
CMYK 0 0.19 0.58 0.37
HSL 40.65º 0.41% 0.45% -
HSV(B) 40.65º 0.58% 0.63% -
XYZ 23.49 23.84 8.67 -
YUV 131.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 160 130 67 0 0.19 0.58 0.37 40.65 0.41 0.45
Hex A0 82 43 0 13 3A 25 29 29 2D
Octal 240 202 103 0 23 72 45 51 51 55
Binary 10100000 10000010 1000011 0 10011 111010 100101 101001 101001 101101

Color Harmonies of #A08243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08243

Black with #A08243

Text Example


Text Example

White with #A08243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08243; }

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

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

background-color css

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

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

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

border-color css

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

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

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