Html Css Color HEX #AE610D Golden Brown

📋 copy color: '#AE610D'

red 174 ◦ green 97 ◦ blue 13

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

Shades of Golden Brown #AE610D

Tints of Golden Brown #AE610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 61.27%
G = 34.15%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE610D (or 0xAE610D) is known color: Golden Brown. HEX triplet: AE, 61 and 0D. RGB value is (174,97,13). Sum of RGB (Red+Green+Blue) = 174+97+13=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE610D is #519EF2. Grayscale: #6E6E6E. Windows color (decimal): -5349107 or 876974. OLE color: 876974.

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

Color convert

RGB 174 97 13 -
CMYK 0 0.44 0.93 0.32
HSL 31.3º 0.86% 0.37% -
HSV(B) 31.3º 0.93% 0.68% -
XYZ 21.8 17.58 2.62 -
YUV 110.45 73.01 173.33 -
System Red Green Blue C M Y K H S L
Decimal 174 97 13 0 0.44 0.93 0.32 31.3 0.86 0.37
Hex AE 61 D 0 2C 5D 20 1F 56 25
Octal 256 141 15 0 54 135 40 37 126 45
Binary 10101110 1100001 1101 0 101100 1011101 100000 11111 1010110 100101

Color Harmonies of #AE610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE610D

Black with #AE610D

Text Example


Text Example

White with #AE610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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