Html Css Color HEX #A4573B Orange Roughy

📋 copy color: '#A4573B'

red 164 ◦ green 87 ◦ blue 59

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

Shades of Orange Roughy #A4573B

Tints of Orange Roughy #A4573B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 52.9%
G = 28.06%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4573B (or 0xA4573B) is known color: Orange Roughy. HEX triplet: A4, 57 and 3B. RGB value is (164,87,59). Sum of RGB (Red+Green+Blue) = 164+87+59=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4573B is #5BA8C4. Grayscale: #6B6B6B. Windows color (decimal): -6006981 or 3889060. OLE color: 3889060.

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

Color convert

RGB 164 87 59 -
CMYK 0 0.47 0.64 0.36
HSL 16º 0.47% 0.44% -
HSV(B) 16º 0.64% 0.64% -
XYZ 19.51 15.02 6.01 -
YUV 106.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 164 87 59 0 0.47 0.64 0.36 16 0.47 0.44
Hex A4 57 3B 0 2F 40 24 10 2F 2C
Octal 244 127 73 0 57 100 44 20 57 54
Binary 10100100 1010111 111011 0 101111 1000000 100100 10000 101111 101100

Color Harmonies of #A4573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4573B

Black with #A4573B

Text Example


Text Example

White with #A4573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4573B; }

 p { color: rgb(164,87,59); }

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

background-color css

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

 a { background-color: rgb(164,87,59); }

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

border-color css

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

 span { border-color: rgb(164,87,59); }

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