Html Css Color HEX #A4523D Orange Roughy

📋 copy color: '#A4523D'

red 164 ◦ green 82 ◦ blue 61

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

Shades of Orange Roughy #A4523D

Tints of Orange Roughy #A4523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

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

R = 53.42%
G = 26.71%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4523D (or 0xA4523D) is known color: Orange Roughy. HEX triplet: A4, 52 and 3D. RGB value is (164,82,61). Sum of RGB (Red+Green+Blue) = 164+82+61=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4523D is #5BADC2. Grayscale: #686868. Windows color (decimal): -6008259 or 4018852. OLE color: 4018852.

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

Color convert

RGB 164 82 61 -
CMYK 0 0.5 0.63 0.36
HSL 12.23º 0.46% 0.44% -
HSV(B) 12.23º 0.63% 0.64% -
XYZ 19.17 14.26 6.16 -
YUV 104.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 164 82 61 0 0.5 0.63 0.36 12.23 0.46 0.44
Hex A4 52 3D 0 32 3F 24 C 2E 2C
Octal 244 122 75 0 62 77 44 14 56 54
Binary 10100100 1010010 111101 0 110010 111111 100100 1100 101110 101100

Color Harmonies of #A4523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4523D

Black with #A4523D

Text Example


Text Example

White with #A4523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4523D; }

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

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

background-color css

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

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

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

border-color css

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

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

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