Html Css Color HEX #AE610B Golden Brown

📋 copy color: '#AE610B'

red 174 ◦ green 97 ◦ blue 11

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

Shades of Golden Brown #AE610B

Tints of Golden Brown #AE610B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.9%

R = 61.7%
G = 34.4%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE610B (or 0xAE610B) is known color: Golden Brown. HEX triplet: AE, 61 and 0B. RGB value is (174,97,11). Sum of RGB (Red+Green+Blue) = 174+97+11=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE610B is #519EF4. Grayscale: #6E6E6E. Windows color (decimal): -5349109 or 745902. OLE color: 745902.

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

Color convert

RGB 174 97 11 -
CMYK 0 0.44 0.94 0.32
HSL 31.66º 0.88% 0.36% -
HSV(B) 31.66º 0.94% 0.68% -
XYZ 21.79 17.57 2.56 -
YUV 110.22 72.01 173.49 -
System Red Green Blue C M Y K H S L
Decimal 174 97 11 0 0.44 0.94 0.32 31.66 0.88 0.36
Hex AE 61 B 0 2C 5E 20 20 58 24
Octal 256 141 13 0 54 136 40 40 130 44
Binary 10101110 1100001 1011 0 101100 1011110 100000 100000 1011000 100100

Color Harmonies of #AE610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE610B

Black with #AE610B

Text Example


Text Example

White with #AE610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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