Html Css Color HEX #AE6408 Golden Brown

📋 copy color: '#AE6408'

red 174 ◦ green 100 ◦ blue 8

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

Shades of Golden Brown #AE6408

Tints of Golden Brown #AE6408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 61.7%
G = 35.46%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE6408 (or 0xAE6408) is known color: Golden Brown. HEX triplet: AE, 64 and 08. RGB value is (174,100,8). Sum of RGB (Red+Green+Blue) = 174+100+8=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6408 is #519BF7. Grayscale: #707070. Windows color (decimal): -5348344 or 550062. OLE color: 550062.

HSL color Cylindrical-coordinate representation of color #AE6408: hue angle of 33.25º 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 #AE6408 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 100 8 -
CMYK 0 0.43 0.95 0.32
HSL 33.25º 0.91% 0.36% -
HSV(B) 33.25º 0.95% 0.68% -
XYZ 22.06 18.13 2.57 -
YUV 111.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 174 100 8 0 0.43 0.95 0.32 33.25 0.91 0.36
Hex AE 64 8 0 2B 5F 20 21 5B 24
Octal 256 144 10 0 53 137 40 41 133 44
Binary 10101110 1100100 1000 0 101011 1011111 100000 100001 1011011 100100

Color Harmonies of #AE6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6408

Black with #AE6408

Text Example


Text Example

White with #AE6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6408; }

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

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

background-color css

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

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

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

border-color css

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

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

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