Html Css Color HEX #A45437 Orange Roughy

📋 copy color: '#A45437'

red 164 ◦ green 84 ◦ blue 55

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

Shades of Orange Roughy #A45437

Tints of Orange Roughy #A45437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 54.13%
G = 27.72%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A45437 (or 0xA45437) is known color: Orange Roughy. HEX triplet: A4, 54 and 37. RGB value is (164,84,55). Sum of RGB (Red+Green+Blue) = 164+84+55=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A45437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45437 is #5BABC8. Grayscale: #686868. Windows color (decimal): -6007753 or 3626148. OLE color: 3626148.

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

Color convert

RGB 164 84 55 -
CMYK 0 0.49 0.66 0.36
HSL 15.96º 0.5% 0.43% -
HSV(B) 15.96º 0.66% 0.64% -
XYZ 19.17 14.51 5.4 -
YUV 104.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 164 84 55 0 0.49 0.66 0.36 15.96 0.5 0.43
Hex A4 54 37 0 31 42 24 10 32 2B
Octal 244 124 67 0 61 102 44 20 62 53
Binary 10100100 1010100 110111 0 110001 1000010 100100 10000 110010 101011

Color Harmonies of #A45437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45437

Black with #A45437

Text Example


Text Example

White with #A45437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45437; }

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

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

background-color css

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

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

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

border-color css

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

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

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