Html Css Color HEX #AE8B41 Luxor Gold

📋 copy color: '#AE8B41'

red 174 ◦ green 139 ◦ blue 65

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

Shades of Luxor Gold #AE8B41

Tints of Luxor Gold #AE8B41

RGB

 RED value IS 174 (68.36% from 255) = 46.03%

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 65 (25.78% from 255) = 17.2%

R = 46.03%
G = 36.77%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE8B41 (or 0xAE8B41) is known color: Luxor Gold. HEX triplet: AE, 8B and 41. RGB value is (174,139,65). Sum of RGB (Red+Green+Blue) = 174+139+65=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8B41 is #5174BE. Grayscale: #8D8D8D. Windows color (decimal): -5338303 or 4295598. OLE color: 4295598.

HSL color Cylindrical-coordinate representation of color #AE8B41: hue angle of 40.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE8B41 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 139 65 -
CMYK 0 0.20 0.63 0.32
HSL 40.73º 0.46% 0.47% -
HSV(B) 40.73º 0.63% 0.68% -
XYZ 27.64 27.85 8.92 -
YUV 141.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 174 139 65 0 0.20 0.63 0.32 40.73 0.46 0.47
Hex AE 8B 41 0 14 3F 20 29 2E 2F
Octal 256 213 101 0 24 77 40 51 56 57
Binary 10101110 10001011 1000001 0 10100 111111 100000 101001 101110 101111

Color Harmonies of #AE8B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8B41

Black with #AE8B41

Text Example


Text Example

White with #AE8B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8B41; }

 p { color: rgb(174,139,65); }

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

background-color css

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

 a { background-color: rgb(174,139,65); }

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

border-color css

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

 span { border-color: rgb(174,139,65); }

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