Html Css Color HEX #A7613D Desert

📋 copy color: '#A7613D'

red 167 ◦ green 97 ◦ blue 61

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

Shades of Desert #A7613D

Tints of Desert #A7613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 51.38%
G = 29.85%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7613D (or 0xA7613D) is known color: Desert. HEX triplet: A7, 61 and 3D. RGB value is (167,97,61). Sum of RGB (Red+Green+Blue) = 167+97+61=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7613D is #589EC2. Grayscale: #727272. Windows color (decimal): -5807811 or 4022695. OLE color: 4022695.

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

Color convert

RGB 167 97 61 -
CMYK 0 0.42 0.63 0.35
HSL 20.38º 0.46% 0.45% -
HSV(B) 20.38º 0.63% 0.65% -
XYZ 21.05 17.1 6.61 -
YUV 113.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 167 97 61 0 0.42 0.63 0.35 20.38 0.46 0.45
Hex A7 61 3D 0 2A 3F 23 14 2E 2D
Octal 247 141 75 0 52 77 43 24 56 55
Binary 10100111 1100001 111101 0 101010 111111 100011 10100 101110 101101

Color Harmonies of #A7613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7613D

Black with #A7613D

Text Example


Text Example

White with #A7613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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