Html Css Color HEX #AE610A Golden Brown

📋 copy color: '#AE610A'

red 174 ◦ green 97 ◦ blue 10

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

Shades of Golden Brown #AE610A

Tints of Golden Brown #AE610A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.56%

R = 61.92%
G = 34.52%
B = 3.56%

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

#AE610A (or 0xAE610A) is known color: Golden Brown. HEX triplet: AE, 61 and 0A. RGB value is (174,97,10). Sum of RGB (Red+Green+Blue) = 174+97+10=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE610A is #519EF5. Grayscale: #6E6E6E. Windows color (decimal): -5349110 or 680366. OLE color: 680366.

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

Color convert

RGB 174 97 10 -
CMYK 0 0.44 0.94 0.32
HSL 31.83º 0.89% 0.36% -
HSV(B) 31.83º 0.94% 0.68% -
XYZ 21.79 17.57 2.53 -
YUV 110.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 174 97 10 0 0.44 0.94 0.32 31.83 0.89 0.36
Hex AE 61 A 0 2C 5E 20 20 59 24
Octal 256 141 12 0 54 136 40 40 131 44
Binary 10101110 1100001 1010 0 101100 1011110 100000 100000 1011001 100100

Color Harmonies of #AE610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE610A

Black with #AE610A

Text Example


Text Example

White with #AE610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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