Html Css Color HEX #A4613B Desert

📋 copy color: '#A4613B'

red 164 ◦ green 97 ◦ blue 59

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

Shades of Desert #A4613B

Tints of Desert #A4613B

RGB

 RED value IS 164 (64.45% from 255) = 51.25%

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

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 51.25%
G = 30.31%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4613B (or 0xA4613B) is known color: Desert. HEX triplet: A4, 61 and 3B. RGB value is (164,97,59). Sum of RGB (Red+Green+Blue) = 164+97+59=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A4613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4613B is #5B9EC4. Grayscale: #707070. Windows color (decimal): -6004421 or 3891620. OLE color: 3891620.

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

Color convert

RGB 164 97 59 -
CMYK 0 0.41 0.64 0.36
HSL 21.71º 0.47% 0.44% -
HSV(B) 21.71º 0.64% 0.64% -
XYZ 20.37 16.76 6.3 -
YUV 112.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 164 97 59 0 0.41 0.64 0.36 21.71 0.47 0.44
Hex A4 61 3B 0 29 40 24 16 2F 2C
Octal 244 141 73 0 51 100 44 26 57 54
Binary 10100100 1100001 111011 0 101001 1000000 100100 10110 101111 101100

Color Harmonies of #A4613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4613B

Black with #A4613B

Text Example


Text Example

White with #A4613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4613B; }

 p { color: rgb(164,97,59); }

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

background-color css

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

 a { background-color: rgb(164,97,59); }

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

border-color css

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

 span { border-color: rgb(164,97,59); }

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