Html Css Color HEX #A04339 Cognac

📋 copy color: '#A04339'

red 160 ◦ green 67 ◦ blue 57

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

Shades of Cognac #A04339

Tints of Cognac #A04339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

 BLUE value IS 57 (22.66% from 255) = 20.07%

R = 56.34%
G = 23.59%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A04339 (or 0xA04339) is known color: Cognac. HEX triplet: A0, 43 and 39. RGB value is (160,67,57). Sum of RGB (Red+Green+Blue) = 160+67+57=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A04339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04339 is #5FBCC6. Grayscale: #5D5D5D. Windows color (decimal): -6274247 or 3752864. OLE color: 3752864.

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

Color convert

RGB 160 67 57 -
CMYK 0 0.58 0.64 0.37
HSL 5.83º 0.47% 0.43% -
HSV(B) 5.83º 0.64% 0.63% -
XYZ 17.24 11.78 5.24 -
YUV 93.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 160 67 57 0 0.58 0.64 0.37 5.83 0.47 0.43
Hex A0 43 39 0 3A 40 25 6 2F 2B
Octal 240 103 71 0 72 100 45 6 57 53
Binary 10100000 1000011 111001 0 111010 1000000 100101 110 101111 101011

Color Harmonies of #A04339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04339

Black with #A04339

Text Example


Text Example

White with #A04339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04339; }

 p { color: rgb(160,67,57); }

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

background-color css

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

 a { background-color: rgb(160,67,57); }

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

border-color css

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

 span { border-color: rgb(160,67,57); }

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