Html Css Color HEX #A4503B Orange Roughy

📋 copy color: '#A4503B'

red 164 ◦ green 80 ◦ blue 59

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

Shades of Orange Roughy #A4503B

Tints of Orange Roughy #A4503B

RGB

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

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

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

R = 54.13%
G = 26.4%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4503B (or 0xA4503B) is known color: Orange Roughy. HEX triplet: A4, 50 and 3B. RGB value is (164,80,59). Sum of RGB (Red+Green+Blue) = 164+80+59=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A4503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4503B is #5BAFC4. Grayscale: #666666. Windows color (decimal): -6008773 or 3887268. OLE color: 3887268.

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

Color convert

RGB 164 80 59 -
CMYK 0 0.51 0.64 0.36
HSL 12º 0.47% 0.44% -
HSV(B) 12º 0.64% 0.64% -
XYZ 18.97 13.95 5.83 -
YUV 102.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 164 80 59 0 0.51 0.64 0.36 12 0.47 0.44
Hex A4 50 3B 0 33 40 24 C 2F 2C
Octal 244 120 73 0 63 100 44 14 57 54
Binary 10100100 1010000 111011 0 110011 1000000 100100 1100 101111 101100

Color Harmonies of #A4503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4503B

Black with #A4503B

Text Example


Text Example

White with #A4503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4503B; }

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

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

background-color css

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

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

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

border-color css

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

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

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