Html Css Color HEX #A54A3A Cognac

📋 copy color: '#A54A3A'

red 165 ◦ green 74 ◦ blue 58

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

Shades of Cognac #A54A3A

Tints of Cognac #A54A3A

RGB

 RED value IS 165 (64.84% from 255) = 55.56%

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 55.56%
G = 24.92%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A54A3A (or 0xA54A3A) is known color: Cognac. HEX triplet: A5, 4A and 3A. RGB value is (165,74,58). Sum of RGB (Red+Green+Blue) = 165+74+58=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A3A is #5AB5C5. Grayscale: #636363. Windows color (decimal): -5944774 or 3820197. OLE color: 3820197.

HSL color Cylindrical-coordinate representation of color #A54A3A: hue angle of 8.97º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54A3A is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 74 58 -
CMYK 0 0.55 0.65 0.35
HSL 8.97º 0.48% 0.44% -
HSV(B) 8.97º 0.65% 0.65% -
XYZ 18.73 13.2 5.56 -
YUV 99.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 165 74 58 0 0.55 0.65 0.35 8.97 0.48 0.44
Hex A5 4A 3A 0 37 41 23 9 30 2C
Octal 245 112 72 0 67 101 43 11 60 54
Binary 10100101 1001010 111010 0 110111 1000001 100011 1001 110000 101100

Color Harmonies of #A54A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A3A

Black with #A54A3A

Text Example


Text Example

White with #A54A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A3A; }

 p { color: rgb(165,74,58); }

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

background-color css

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

 a { background-color: rgb(165,74,58); }

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

border-color css

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

 span { border-color: rgb(165,74,58); }

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