Html Css Color HEX #A7613A Desert

📋 copy color: '#A7613A'

red 167 ◦ green 97 ◦ blue 58

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

Shades of Desert #A7613A

Tints of Desert #A7613A

RGB

 RED value IS 167 (65.63% from 255) = 51.86%

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

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 51.86%
G = 30.12%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7613A (or 0xA7613A) is known color: Desert. HEX triplet: A7, 61 and 3A. RGB value is (167,97,58). Sum of RGB (Red+Green+Blue) = 167+97+58=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A7613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7613A is #589EC5. Grayscale: #717171. Windows color (decimal): -5807814 or 3826087. OLE color: 3826087.

HSL color Cylindrical-coordinate representation of color #A7613A: hue angle of 21.47º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7613A is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 58 -
CMYK 0 0.42 0.65 0.35
HSL 21.47º 0.48% 0.44% -
HSV(B) 21.47º 0.65% 0.65% -
XYZ 20.97 17.07 6.19 -
YUV 113.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 167 97 58 0 0.42 0.65 0.35 21.47 0.48 0.44
Hex A7 61 3A 0 2A 41 23 15 30 2C
Octal 247 141 72 0 52 101 43 25 60 54
Binary 10100111 1100001 111010 0 101010 1000001 100011 10101 110000 101100

Color Harmonies of #A7613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7613A

Black with #A7613A

Text Example


Text Example

White with #A7613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7613A; }

 p { color: rgb(167,97,58); }

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

background-color css

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

 a { background-color: rgb(167,97,58); }

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

border-color css

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

 span { border-color: rgb(167,97,58); }

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