Html Css Color HEX #A4543B Orange Roughy

📋 copy color: '#A4543B'

red 164 ◦ green 84 ◦ blue 59

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

Shades of Orange Roughy #A4543B

Tints of Orange Roughy #A4543B

RGB

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

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

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

R = 53.42%
G = 27.36%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4543B (or 0xA4543B) is known color: Orange Roughy. HEX triplet: A4, 54 and 3B. RGB value is (164,84,59). Sum of RGB (Red+Green+Blue) = 164+84+59=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4543B is #5BABC4. Grayscale: #696969. Windows color (decimal): -6007749 or 3888292. OLE color: 3888292.

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

Color convert

RGB 164 84 59 -
CMYK 0 0.49 0.64 0.36
HSL 14.29º 0.47% 0.44% -
HSV(B) 14.29º 0.64% 0.64% -
XYZ 19.27 14.55 5.93 -
YUV 105.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 164 84 59 0 0.49 0.64 0.36 14.29 0.47 0.44
Hex A4 54 3B 0 31 40 24 E 2F 2C
Octal 244 124 73 0 61 100 44 16 57 54
Binary 10100100 1010100 111011 0 110001 1000000 100100 1110 101111 101100

Color Harmonies of #A4543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4543B

Black with #A4543B

Text Example


Text Example

White with #A4543B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4543B; }

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

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

background-color css

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

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

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

border-color css

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

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

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