Html Css Color HEX #A04B3C Cognac

📋 copy color: '#A04B3C'

red 160 ◦ green 75 ◦ blue 60

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

Shades of Cognac #A04B3C

Tints of Cognac #A04B3C

RGB

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

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

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

R = 54.24%
G = 25.42%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A04B3C (or 0xA04B3C) is known color: Cognac. HEX triplet: A0, 4B and 3C. RGB value is (160,75,60). Sum of RGB (Red+Green+Blue) = 160+75+60=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B3C is #5FB4C3. Grayscale: #626262. Windows color (decimal): -6272196 or 3951520. OLE color: 3951520.

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

Color convert

RGB 160 75 60 -
CMYK 0 0.53 0.62 0.37
HSL 0.45% 0.43% -
HSV(B) 0.63% 0.63% -
XYZ 17.83 12.83 5.81 -
YUV 98.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 160 75 60 0 0.53 0.62 0.37 9 0.45 0.43
Hex A0 4B 3C 0 35 3E 25 9 2D 2B
Octal 240 113 74 0 65 76 45 11 55 53
Binary 10100000 1001011 111100 0 110101 111110 100101 1001 101101 101011

Color Harmonies of #A04B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B3C

Black with #A04B3C

Text Example


Text Example

White with #A04B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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