Html Css Color HEX #A4683C Desert

📋 copy color: '#A4683C'

red 164 ◦ green 104 ◦ blue 60

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

Shades of Desert #A4683C

Tints of Desert #A4683C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 50%
G = 31.71%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4683C (or 0xA4683C) is known color: Desert. HEX triplet: A4, 68 and 3C. RGB value is (164,104,60). Sum of RGB (Red+Green+Blue) = 164+104+60=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4683C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4683C is #5B97C3. Grayscale: #757575. Windows color (decimal): -6002628 or 3958948. OLE color: 3958948.

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

Color convert

RGB 164 104 60 -
CMYK 0 0.37 0.63 0.36
HSL 25.38º 0.46% 0.44% -
HSV(B) 25.38º 0.63% 0.64% -
XYZ 21.08 18.12 6.66 -
YUV 116.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 164 104 60 0 0.37 0.63 0.36 25.38 0.46 0.44
Hex A4 68 3C 0 25 3F 24 19 2E 2C
Octal 244 150 74 0 45 77 44 31 56 54
Binary 10100100 1101000 111100 0 100101 111111 100100 11001 101110 101100

Color Harmonies of #A4683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4683C

Black with #A4683C

Text Example


Text Example

White with #A4683C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4683C; }

 p { color: rgb(164,104,60); }

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

background-color css

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

 a { background-color: rgb(164,104,60); }

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

border-color css

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

 span { border-color: rgb(164,104,60); }

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