Html Css Color HEX #A45739 Orange Roughy

📋 copy color: '#A45739'

red 164 ◦ green 87 ◦ blue 57

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

Shades of Orange Roughy #A45739

Tints of Orange Roughy #A45739

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

 BLUE value IS 57 (22.66% from 255) = 18.51%

R = 53.25%
G = 28.25%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A45739 (or 0xA45739) is known color: Orange Roughy. HEX triplet: A4, 57 and 39. RGB value is (164,87,57). Sum of RGB (Red+Green+Blue) = 164+87+57=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A45739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45739 is #5BA8C6. Grayscale: #6A6A6A. Windows color (decimal): -6006983 or 3757988. OLE color: 3757988.

HSL color Cylindrical-coordinate representation of color #A45739: hue angle of 16.82º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A45739 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 87 57 -
CMYK 0 0.47 0.65 0.36
HSL 16.82º 0.48% 0.43% -
HSV(B) 16.82º 0.65% 0.64% -
XYZ 19.46 15 5.74 -
YUV 106.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 164 87 57 0 0.47 0.65 0.36 16.82 0.48 0.43
Hex A4 57 39 0 2F 41 24 11 30 2B
Octal 244 127 71 0 57 101 44 21 60 53
Binary 10100100 1010111 111001 0 101111 1000001 100100 10001 110000 101011

Color Harmonies of #A45739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45739

Black with #A45739

Text Example


Text Example

White with #A45739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45739; }

 p { color: rgb(164,87,57); }

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

background-color css

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

 a { background-color: rgb(164,87,57); }

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

border-color css

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

 span { border-color: rgb(164,87,57); }

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