Html Css Color HEX #A27510 Golden Brown

📋 copy color: '#A27510'

red 162 ◦ green 117 ◦ blue 16

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

Shades of Golden Brown #A27510

Tints of Golden Brown #A27510

RGB

 RED value IS 162 (63.67% from 255) = 54.92%

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 54.92%
G = 39.66%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A27510 (or 0xA27510) is known color: Golden Brown. HEX triplet: A2, 75 and 10. RGB value is (162,117,16). Sum of RGB (Red+Green+Blue) = 162+117+16=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A27510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27510 is #5D8AEF. Grayscale: #777777. Windows color (decimal): -6130416 or 1078690. OLE color: 1078690.

HSL color Cylindrical-coordinate representation of color #A27510: hue angle of 41.51º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A27510 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 117 16 -
CMYK 0 0.28 0.90 0.36
HSL 41.51º 0.82% 0.35% -
HSV(B) 41.51º 0.9% 0.64% -
XYZ 21.36 20.44 3.31 -
YUV 118.94 69.91 158.71 -
System Red Green Blue C M Y K H S L
Decimal 162 117 16 0 0.28 0.90 0.36 41.51 0.82 0.35
Hex A2 75 10 0 1C 5A 24 2A 52 23
Octal 242 165 20 0 34 132 44 52 122 43
Binary 10100010 1110101 10000 0 11100 1011010 100100 101010 1010010 100011

Color Harmonies of #A27510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27510

Black with #A27510

Text Example


Text Example

White with #A27510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27510; }

 p { color: rgb(162,117,16); }

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

background-color css

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

 a { background-color: rgb(162,117,16); }

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

border-color css

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

 span { border-color: rgb(162,117,16); }

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