Html Css Color HEX #AE6108 Golden Brown

📋 copy color: '#AE6108'

red 174 ◦ green 97 ◦ blue 8

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

Shades of Golden Brown #AE6108

Tints of Golden Brown #AE6108

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

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

R = 62.37%
G = 34.77%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE6108 (or 0xAE6108) is known color: Golden Brown. HEX triplet: AE, 61 and 08. RGB value is (174,97,8). Sum of RGB (Red+Green+Blue) = 174+97+8=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6108 is #519EF7. Grayscale: #6E6E6E. Windows color (decimal): -5349112 or 549294. OLE color: 549294.

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

Color convert

RGB 174 97 8 -
CMYK 0 0.44 0.95 0.32
HSL 32.17º 0.91% 0.36% -
HSV(B) 32.17º 0.95% 0.68% -
XYZ 21.77 17.57 2.47 -
YUV 109.88 70.51 173.74 -
System Red Green Blue C M Y K H S L
Decimal 174 97 8 0 0.44 0.95 0.32 32.17 0.91 0.36
Hex AE 61 8 0 2C 5F 20 20 5B 24
Octal 256 141 10 0 54 137 40 40 133 44
Binary 10101110 1100001 1000 0 101100 1011111 100000 100000 1011011 100100

Color Harmonies of #AE6108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6108

Black with #AE6108

Text Example


Text Example

White with #AE6108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6108; }

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

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

background-color css

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

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

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

border-color css

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

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

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