Html Css Color HEX #A27415 Golden Brown

📋 copy color: '#A27415'

red 162 ◦ green 116 ◦ blue 21

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

Shades of Golden Brown #A27415

Tints of Golden Brown #A27415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 54.18%
G = 38.8%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A27415 (or 0xA27415) is known color: Golden Brown. HEX triplet: A2, 74 and 15. RGB value is (162,116,21). Sum of RGB (Red+Green+Blue) = 162+116+21=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A27415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27415 is #5D8BEA. Grayscale: #777777. Windows color (decimal): -6130667 or 1406114. OLE color: 1406114.

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

Color convert

RGB 162 116 21 -
CMYK 0 0.28 0.87 0.36
HSL 40.43º 0.77% 0.36% -
HSV(B) 40.43º 0.87% 0.64% -
XYZ 21.28 20.23 3.49 -
YUV 118.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 162 116 21 0 0.28 0.87 0.36 40.43 0.77 0.36
Hex A2 74 15 0 1C 57 24 28 4D 24
Octal 242 164 25 0 34 127 44 50 115 44
Binary 10100010 1110100 10101 0 11100 1010111 100100 101000 1001101 100100

Color Harmonies of #A27415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27415

Black with #A27415

Text Example


Text Example

White with #A27415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27415; }

 p { color: rgb(162,116,21); }

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

background-color css

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

 a { background-color: rgb(162,116,21); }

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

border-color css

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

 span { border-color: rgb(162,116,21); }

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