Html Css Color HEX #A08A43 Luxor Gold

📋 copy color: '#A08A43'

red 160 ◦ green 138 ◦ blue 67

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

Shades of Luxor Gold #A08A43

Tints of Luxor Gold #A08A43

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

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

R = 43.84%
G = 37.81%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A08A43 (or 0xA08A43) is known color: Luxor Gold. HEX triplet: A0, 8A and 43. RGB value is (160,138,67). Sum of RGB (Red+Green+Blue) = 160+138+67=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A43 is #5F75BC. Grayscale: #888888. Windows color (decimal): -6256061 or 4426400. OLE color: 4426400.

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

Color convert

RGB 160 138 67 -
CMYK 0 0.14 0.58 0.37
HSL 45.81º 0.41% 0.45% -
HSV(B) 45.81º 0.58% 0.63% -
XYZ 24.6 26.06 9.04 -
YUV 136.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 160 138 67 0 0.14 0.58 0.37 45.81 0.41 0.45
Hex A0 8A 43 0 E 3A 25 2E 29 2D
Octal 240 212 103 0 16 72 45 56 51 55
Binary 10100000 10001010 1000011 0 1110 111010 100101 101110 101001 101101

Color Harmonies of #A08A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A43

Black with #A08A43

Text Example


Text Example

White with #A08A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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