Html Css Color HEX #A4523A Orange Roughy

📋 copy color: '#A4523A'

red 164 ◦ green 82 ◦ blue 58

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

Shades of Orange Roughy #A4523A

Tints of Orange Roughy #A4523A

RGB

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

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

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

R = 53.95%
G = 26.97%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4523A (or 0xA4523A) is known color: Orange Roughy. HEX triplet: A4, 52 and 3A. RGB value is (164,82,58). Sum of RGB (Red+Green+Blue) = 164+82+58=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A4523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4523A is #5BADC5. Grayscale: #676767. Windows color (decimal): -6008262 or 3822244. OLE color: 3822244.

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

Color convert

RGB 164 82 58 -
CMYK 0 0.5 0.65 0.36
HSL 13.58º 0.48% 0.44% -
HSV(B) 13.58º 0.65% 0.64% -
XYZ 19.09 14.23 5.74 -
YUV 103.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 164 82 58 0 0.5 0.65 0.36 13.58 0.48 0.44
Hex A4 52 3A 0 32 41 24 E 30 2C
Octal 244 122 72 0 62 101 44 16 60 54
Binary 10100100 1010010 111010 0 110010 1000001 100100 1110 110000 101100

Color Harmonies of #A4523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4523A

Black with #A4523A

Text Example


Text Example

White with #A4523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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