Html Css Color HEX #A4533D Orange Roughy

📋 copy color: '#A4533D'

red 164 ◦ green 83 ◦ blue 61

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

Shades of Orange Roughy #A4533D

Tints of Orange Roughy #A4533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 53.25%
G = 26.95%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4533D (or 0xA4533D) is known color: Orange Roughy. HEX triplet: A4, 53 and 3D. RGB value is (164,83,61). Sum of RGB (Red+Green+Blue) = 164+83+61=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4533D is #5BACC2. Grayscale: #686868. Windows color (decimal): -6008003 or 4019108. OLE color: 4019108.

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

Color convert

RGB 164 83 61 -
CMYK 0 0.49 0.63 0.36
HSL 12.82º 0.46% 0.44% -
HSV(B) 12.82º 0.63% 0.64% -
XYZ 19.25 14.42 6.18 -
YUV 104.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 164 83 61 0 0.49 0.63 0.36 12.82 0.46 0.44
Hex A4 53 3D 0 31 3F 24 D 2E 2C
Octal 244 123 75 0 61 77 44 15 56 54
Binary 10100100 1010011 111101 0 110001 111111 100100 1101 101110 101100

Color Harmonies of #A4533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4533D

Black with #A4533D

Text Example


Text Example

White with #A4533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4533D; }

 p { color: rgb(164,83,61); }

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

background-color css

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

 a { background-color: rgb(164,83,61); }

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

border-color css

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

 span { border-color: rgb(164,83,61); }

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