Html Css Color HEX #A4543A Orange Roughy

📋 copy color: '#A4543A'

red 164 ◦ green 84 ◦ blue 58

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

Shades of Orange Roughy #A4543A

Tints of Orange Roughy #A4543A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 53.59%
G = 27.45%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4543A (or 0xA4543A) is known color: Orange Roughy. HEX triplet: A4, 54 and 3A. RGB value is (164,84,58). Sum of RGB (Red+Green+Blue) = 164+84+58=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4543A is #5BABC5. Grayscale: #696969. Windows color (decimal): -6007750 or 3822756. OLE color: 3822756.

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

Color convert

RGB 164 84 58 -
CMYK 0 0.49 0.65 0.36
HSL 14.72º 0.48% 0.44% -
HSV(B) 14.72º 0.65% 0.64% -
XYZ 19.24 14.54 5.79 -
YUV 104.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 164 84 58 0 0.49 0.65 0.36 14.72 0.48 0.44
Hex A4 54 3A 0 31 41 24 F 30 2C
Octal 244 124 72 0 61 101 44 17 60 54
Binary 10100100 1010100 111010 0 110001 1000001 100100 1111 110000 101100

Color Harmonies of #A4543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4543A

Black with #A4543A

Text Example


Text Example

White with #A4543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4543A; }

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

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

background-color css

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

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

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

border-color css

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

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

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