Html Css Color HEX #AE6808 Golden Brown

📋 copy color: '#AE6808'

red 174 ◦ green 104 ◦ blue 8

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

Shades of Golden Brown #AE6808

Tints of Golden Brown #AE6808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

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

R = 60.84%
G = 36.36%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE6808 (or 0xAE6808) is known color: Golden Brown. HEX triplet: AE, 68 and 08. RGB value is (174,104,8). Sum of RGB (Red+Green+Blue) = 174+104+8=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6808 is #5197F7. Grayscale: #727272. Windows color (decimal): -5347320 or 551086. OLE color: 551086.

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

Color convert

RGB 174 104 8 -
CMYK 0 0.40 0.95 0.32
HSL 34.7º 0.91% 0.36% -
HSV(B) 34.7º 0.95% 0.68% -
XYZ 22.45 18.92 2.7 -
YUV 113.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 174 104 8 0 0.40 0.95 0.32 34.7 0.91 0.36
Hex AE 68 8 0 28 5F 20 23 5B 24
Octal 256 150 10 0 50 137 40 43 133 44
Binary 10101110 1101000 1000 0 101000 1011111 100000 100011 1011011 100100

Color Harmonies of #AE6808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6808

Black with #AE6808

Text Example


Text Example

White with #AE6808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6808; }

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

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

background-color css

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

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

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

border-color css

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

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

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