Html Css Color HEX #A4563B Orange Roughy

📋 copy color: '#A4563B'

red 164 ◦ green 86 ◦ blue 59

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

Shades of Orange Roughy #A4563B

Tints of Orange Roughy #A4563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 53.07%
G = 27.83%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4563B (or 0xA4563B) is known color: Orange Roughy. HEX triplet: A4, 56 and 3B. RGB value is (164,86,59). Sum of RGB (Red+Green+Blue) = 164+86+59=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4563B is #5BA9C4. Grayscale: #6A6A6A. Windows color (decimal): -6007237 or 3888804. OLE color: 3888804.

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

Color convert

RGB 164 86 59 -
CMYK 0 0.48 0.64 0.36
HSL 15.43º 0.47% 0.44% -
HSV(B) 15.43º 0.64% 0.64% -
XYZ 19.43 14.86 5.98 -
YUV 106.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 164 86 59 0 0.48 0.64 0.36 15.43 0.47 0.44
Hex A4 56 3B 0 30 40 24 F 2F 2C
Octal 244 126 73 0 60 100 44 17 57 54
Binary 10100100 1010110 111011 0 110000 1000000 100100 1111 101111 101100

Color Harmonies of #A4563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4563B

Black with #A4563B

Text Example


Text Example

White with #A4563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4563B; }

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

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

background-color css

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

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

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

border-color css

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

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

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