Html Css Color HEX #AE5A08 Golden Brown

📋 copy color: '#AE5A08'

red 174 ◦ green 90 ◦ blue 8

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

Shades of Golden Brown #AE5A08

Tints of Golden Brown #AE5A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 63.97%
G = 33.09%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE5A08 (or 0xAE5A08) is known color: Golden Brown. HEX triplet: AE, 5A and 08. RGB value is (174,90,8). Sum of RGB (Red+Green+Blue) = 174+90+8=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5A08 is #51A5F7. Grayscale: #6A6A6A. Windows color (decimal): -5350904 or 547502. OLE color: 547502.

HSL color Cylindrical-coordinate representation of color #AE5A08: hue angle of 29.64º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE5A08 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 90 8 -
CMYK 0 0.48 0.95 0.32
HSL 29.64º 0.91% 0.36% -
HSV(B) 29.64º 0.95% 0.68% -
XYZ 21.16 16.33 2.27 -
YUV 105.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 174 90 8 0 0.48 0.95 0.32 29.64 0.91 0.36
Hex AE 5A 8 0 30 5F 20 1E 5B 24
Octal 256 132 10 0 60 137 40 36 133 44
Binary 10101110 1011010 1000 0 110000 1011111 100000 11110 1011011 100100

Color Harmonies of #AE5A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5A08

Black with #AE5A08

Text Example


Text Example

White with #AE5A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5A08; }

 p { color: rgb(174,90,8); }

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

background-color css

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

 a { background-color: rgb(174,90,8); }

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

border-color css

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

 span { border-color: rgb(174,90,8); }

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