Html Css Color HEX #A27D5A Sorrell Brown

📋 copy color: '#A27D5A'

red 162 ◦ green 125 ◦ blue 90

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

Shades of Sorrell Brown #A27D5A

Tints of Sorrell Brown #A27D5A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 42.97%
G = 33.16%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A27D5A (or 0xA27D5A) is known color: Sorrell Brown. HEX triplet: A2, 7D and 5A. RGB value is (162,125,90). Sum of RGB (Red+Green+Blue) = 162+125+90=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D5A is #5D82A5. Grayscale: #848484. Windows color (decimal): -6128294 or 5930402. OLE color: 5930402.

HSL color Cylindrical-coordinate representation of color #A27D5A: hue angle of 29.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A27D5A is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 125 90 -
CMYK 0 0.23 0.44 0.36
HSL 29.17º 0.29% 0.49% -
HSV(B) 29.17º 0.44% 0.64% -
XYZ 24.08 23.09 12.86 -
YUV 132.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 162 125 90 0 0.23 0.44 0.36 29.17 0.29 0.49
Hex A2 7D 5A 0 17 2C 24 1D 1D 31
Octal 242 175 132 0 27 54 44 35 35 61
Binary 10100010 1111101 1011010 0 10111 101100 100100 11101 11101 110001

Color Harmonies of #A27D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27D5A

Black with #A27D5A

Text Example


Text Example

White with #A27D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27D5A; }

 p { color: rgb(162,125,90); }

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

background-color css

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

 a { background-color: rgb(162,125,90); }

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

border-color css

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

 span { border-color: rgb(162,125,90); }

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