Html Css Color HEX #A07D62 Sorrell Brown

📋 copy color: '#A07D62'

red 160 ◦ green 125 ◦ blue 98

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

Shades of Sorrell Brown #A07D62

Tints of Sorrell Brown #A07D62

RGB

 RED value IS 160 (62.89% from 255) = 41.78%

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

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 41.78%
G = 32.64%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A07D62 (or 0xA07D62) is known color: Sorrell Brown. HEX triplet: A0, 7D and 62. RGB value is (160,125,98). Sum of RGB (Red+Green+Blue) = 160+125+98=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D62 is #5F829D. Grayscale: #848484. Windows color (decimal): -6259358 or 6454688. OLE color: 6454688.

HSL color Cylindrical-coordinate representation of color #A07D62: hue angle of 26.13º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07D62 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 125 98 -
CMYK 0 0.22 0.39 0.37
HSL 26.13º 0.25% 0.51% -
HSV(B) 26.13º 0.39% 0.63% -
XYZ 24.04 23.02 14.73 -
YUV 132.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 160 125 98 0 0.22 0.39 0.37 26.13 0.25 0.51
Hex A0 7D 62 0 16 27 25 1A 19 33
Octal 240 175 142 0 26 47 45 32 31 63
Binary 10100000 1111101 1100010 0 10110 100111 100101 11010 11001 110011

Color Harmonies of #A07D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D62

Black with #A07D62

Text Example


Text Example

White with #A07D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D62; }

 p { color: rgb(160,125,98); }

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

background-color css

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

 a { background-color: rgb(160,125,98); }

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

border-color css

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

 span { border-color: rgb(160,125,98); }

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