Html Css Color HEX #A4503C Orange Roughy

📋 copy color: '#A4503C'

red 164 ◦ green 80 ◦ blue 60

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

Shades of Orange Roughy #A4503C

Tints of Orange Roughy #A4503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 53.95%
G = 26.32%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4503C (or 0xA4503C) is known color: Orange Roughy. HEX triplet: A4, 50 and 3C. RGB value is (164,80,60). Sum of RGB (Red+Green+Blue) = 164+80+60=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A4503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4503C is #5BAFC3. Grayscale: #666666. Windows color (decimal): -6008772 or 3952804. OLE color: 3952804.

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

Color convert

RGB 164 80 60 -
CMYK 0 0.51 0.63 0.36
HSL 11.54º 0.46% 0.44% -
HSV(B) 11.54º 0.63% 0.64% -
XYZ 18.99 13.96 5.97 -
YUV 102.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 164 80 60 0 0.51 0.63 0.36 11.54 0.46 0.44
Hex A4 50 3C 0 33 3F 24 C 2E 2C
Octal 244 120 74 0 63 77 44 14 56 54
Binary 10100100 1010000 111100 0 110011 111111 100100 1100 101110 101100

Color Harmonies of #A4503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4503C

Black with #A4503C

Text Example


Text Example

White with #A4503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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