Html Css Color HEX #A4583A Orange Roughy

📋 copy color: '#A4583A'

red 164 ◦ green 88 ◦ blue 58

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

Shades of Orange Roughy #A4583A

Tints of Orange Roughy #A4583A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 52.9%
G = 28.39%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4583A (or 0xA4583A) is known color: Orange Roughy. HEX triplet: A4, 58 and 3A. RGB value is (164,88,58). Sum of RGB (Red+Green+Blue) = 164+88+58=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4583A is #5BA7C5. Grayscale: #6B6B6B. Windows color (decimal): -6006726 or 3823780. OLE color: 3823780.

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

Color convert

RGB 164 88 58 -
CMYK 0 0.46 0.65 0.36
HSL 16.98º 0.48% 0.44% -
HSV(B) 16.98º 0.65% 0.64% -
XYZ 19.56 15.18 5.9 -
YUV 107.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 164 88 58 0 0.46 0.65 0.36 16.98 0.48 0.44
Hex A4 58 3A 0 2E 41 24 11 30 2C
Octal 244 130 72 0 56 101 44 21 60 54
Binary 10100100 1011000 111010 0 101110 1000001 100100 10001 110000 101100

Color Harmonies of #A4583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4583A

Black with #A4583A

Text Example


Text Example

White with #A4583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4583A; }

 p { color: rgb(164,88,58); }

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

background-color css

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

 a { background-color: rgb(164,88,58); }

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

border-color css

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

 span { border-color: rgb(164,88,58); }

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