Html Css Color HEX #A34C37 Orange Roughy

📋 copy color: '#A34C37'

red 163 ◦ green 76 ◦ blue 55

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

Shades of Orange Roughy #A34C37

Tints of Orange Roughy #A34C37

RGB

 RED value IS 163 (64.06% from 255) = 55.44%

 GREEN value IS 76 (30.08% from 255) = 25.85%

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

R = 55.44%
G = 25.85%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A34C37 (or 0xA34C37) is known color: Orange Roughy. HEX triplet: A3, 4C and 37. RGB value is (163,76,55). Sum of RGB (Red+Green+Blue) = 163+76+55=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C37 is #5CB3C8. Grayscale: #636363. Windows color (decimal): -6075337 or 3624099. OLE color: 3624099.

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

Color convert

RGB 163 76 55 -
CMYK 0 0.53 0.66 0.36
HSL 11.67º 0.5% 0.43% -
HSV(B) 11.67º 0.66% 0.64% -
XYZ 18.38 13.23 5.2 -
YUV 99.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 163 76 55 0 0.53 0.66 0.36 11.67 0.5 0.43
Hex A3 4C 37 0 35 42 24 C 32 2B
Octal 243 114 67 0 65 102 44 14 62 53
Binary 10100011 1001100 110111 0 110101 1000010 100100 1100 110010 101011

Color Harmonies of #A34C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C37

Black with #A34C37

Text Example


Text Example

White with #A34C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C37; }

 p { color: rgb(163,76,55); }

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

background-color css

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

 a { background-color: rgb(163,76,55); }

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

border-color css

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

 span { border-color: rgb(163,76,55); }

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