Html Css Color HEX #A8893D Luxor Gold

📋 copy color: '#A8893D'

red 168 ◦ green 137 ◦ blue 61

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

Shades of Luxor Gold #A8893D

Tints of Luxor Gold #A8893D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

 BLUE value IS 61 (24.22% from 255) = 16.67%

R = 45.9%
G = 37.43%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8893D (or 0xA8893D) is known color: Luxor Gold. HEX triplet: A8, 89 and 3D. RGB value is (168,137,61). Sum of RGB (Red+Green+Blue) = 168+137+61=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8893D is #5776C2. Grayscale: #898989. Windows color (decimal): -5732035 or 4032936. OLE color: 4032936.

HSL color Cylindrical-coordinate representation of color #A8893D: hue angle of 42.62º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8893D is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 137 61 -
CMYK 0 0.18 0.64 0.34
HSL 42.62º 0.47% 0.45% -
HSV(B) 42.62º 0.64% 0.66% -
XYZ 25.94 26.55 8.17 -
YUV 137.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 168 137 61 0 0.18 0.64 0.34 42.62 0.47 0.45
Hex A8 89 3D 0 12 40 22 2B 2F 2D
Octal 250 211 75 0 22 100 42 53 57 55
Binary 10101000 10001001 111101 0 10010 1000000 100010 101011 101111 101101

Color Harmonies of #A8893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8893D

Black with #A8893D

Text Example


Text Example

White with #A8893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8893D; }

 p { color: rgb(168,137,61); }

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

background-color css

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

 a { background-color: rgb(168,137,61); }

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

border-color css

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

 span { border-color: rgb(168,137,61); }

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