Html Css Color HEX #A4543C Orange Roughy

📋 copy color: '#A4543C'

red 164 ◦ green 84 ◦ blue 60

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

Shades of Orange Roughy #A4543C

Tints of Orange Roughy #A4543C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 53.25%
G = 27.27%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4543C (or 0xA4543C) is known color: Orange Roughy. HEX triplet: A4, 54 and 3C. RGB value is (164,84,60). Sum of RGB (Red+Green+Blue) = 164+84+60=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4543C is #5BABC3. Grayscale: #696969. Windows color (decimal): -6007748 or 3953828. OLE color: 3953828.

HSL color Cylindrical-coordinate representation of color #A4543C: hue angle of 13.85º 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 #A4543C is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 84 60 -
CMYK 0 0.49 0.63 0.36
HSL 13.85º 0.46% 0.44% -
HSV(B) 13.85º 0.63% 0.64% -
XYZ 19.3 14.56 6.07 -
YUV 105.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 164 84 60 0 0.49 0.63 0.36 13.85 0.46 0.44
Hex A4 54 3C 0 31 3F 24 E 2E 2C
Octal 244 124 74 0 61 77 44 16 56 54
Binary 10100100 1010100 111100 0 110001 111111 100100 1110 101110 101100

Color Harmonies of #A4543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4543C

Black with #A4543C

Text Example


Text Example

White with #A4543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4543C; }

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

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

background-color css

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

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

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

border-color css

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

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

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