Html Css Color HEX #AE6918 Golden Brown

📋 copy color: '#AE6918'

red 174 ◦ green 105 ◦ blue 24

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

Shades of Golden Brown #AE6918

Tints of Golden Brown #AE6918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

 BLUE value IS 24 (9.77% from 255) = 7.92%

R = 57.43%
G = 34.65%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE6918 (or 0xAE6918) is known color: Golden Brown. HEX triplet: AE, 69 and 18. RGB value is (174,105,24). Sum of RGB (Red+Green+Blue) = 174+105+24=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6918 is #5196E7. Grayscale: #747474. Windows color (decimal): -5347048 or 1599918. OLE color: 1599918.

HSL color Cylindrical-coordinate representation of color #AE6918: hue angle of 32.4º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE6918 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 24 -
CMYK 0 0.40 0.86 0.32
HSL 32.4º 0.76% 0.39% -
HSV(B) 32.4º 0.86% 0.68% -
XYZ 22.67 19.17 3.37 -
YUV 116.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 174 105 24 0 0.40 0.86 0.32 32.4 0.76 0.39
Hex AE 69 18 0 28 56 20 20 4C 27
Octal 256 151 30 0 50 126 40 40 114 47
Binary 10101110 1101001 11000 0 101000 1010110 100000 100000 1001100 100111

Color Harmonies of #AE6918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6918

Black with #AE6918

Text Example


Text Example

White with #AE6918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6918; }

 p { color: rgb(174,105,24); }

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

background-color css

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

 a { background-color: rgb(174,105,24); }

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

border-color css

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

 span { border-color: rgb(174,105,24); }

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