Html Css Color HEX #A04B3A Cognac

📋 copy color: '#A04B3A'

red 160 ◦ green 75 ◦ blue 58

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

Shades of Cognac #A04B3A

Tints of Cognac #A04B3A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

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

R = 54.61%
G = 25.6%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A04B3A (or 0xA04B3A) is known color: Cognac. HEX triplet: A0, 4B and 3A. RGB value is (160,75,58). Sum of RGB (Red+Green+Blue) = 160+75+58=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B3A is #5FB4C5. Grayscale: #626262. Windows color (decimal): -6272198 or 3820448. OLE color: 3820448.

HSL color Cylindrical-coordinate representation of color #A04B3A: hue angle of 10º 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 #A04B3A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 75 58 -
CMYK 0 0.53 0.64 0.37
HSL 10º 0.47% 0.43% -
HSV(B) 10º 0.64% 0.63% -
XYZ 17.78 12.81 5.54 -
YUV 98.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 160 75 58 0 0.53 0.64 0.37 10 0.47 0.43
Hex A0 4B 3A 0 35 40 25 A 2F 2B
Octal 240 113 72 0 65 100 45 12 57 53
Binary 10100000 1001011 111010 0 110101 1000000 100101 1010 101111 101011

Color Harmonies of #A04B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B3A

Black with #A04B3A

Text Example


Text Example

White with #A04B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B3A; }

 p { color: rgb(160,75,58); }

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

background-color css

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

 a { background-color: rgb(160,75,58); }

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

border-color css

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

 span { border-color: rgb(160,75,58); }

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