Html Css Color HEX #AE8B43 Luxor Gold

📋 copy color: '#AE8B43'

red 174 ◦ green 139 ◦ blue 67

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

Shades of Luxor Gold #AE8B43

Tints of Luxor Gold #AE8B43

RGB

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

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

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

R = 45.79%
G = 36.58%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE8B43 (or 0xAE8B43) is known color: Luxor Gold. HEX triplet: AE, 8B and 43. RGB value is (174,139,67). Sum of RGB (Red+Green+Blue) = 174+139+67=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8B43 is #5174BC. Grayscale: #8D8D8D. Windows color (decimal): -5338301 or 4426670. OLE color: 4426670.

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

Color convert

RGB 174 139 67 -
CMYK 0 0.20 0.61 0.32
HSL 40.37º 0.44% 0.47% -
HSV(B) 40.37º 0.61% 0.68% -
XYZ 27.7 27.87 9.23 -
YUV 141.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 174 139 67 0 0.20 0.61 0.32 40.37 0.44 0.47
Hex AE 8B 43 0 14 3D 20 28 2C 2F
Octal 256 213 103 0 24 75 40 50 54 57
Binary 10101110 10001011 1000011 0 10100 111101 100000 101000 101100 101111

Color Harmonies of #AE8B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8B43

Black with #AE8B43

Text Example


Text Example

White with #AE8B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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