Html Css Color HEX #A34F3B Orange Roughy

📋 copy color: '#A34F3B'

red 163 ◦ green 79 ◦ blue 59

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

Shades of Orange Roughy #A34F3B

Tints of Orange Roughy #A34F3B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 54.15%
G = 26.25%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A34F3B (or 0xA34F3B) is known color: Orange Roughy. HEX triplet: A3, 4F and 3B. RGB value is (163,79,59). Sum of RGB (Red+Green+Blue) = 163+79+59=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F3B is #5CB0C4. Grayscale: #656565. Windows color (decimal): -6074565 or 3887011. OLE color: 3887011.

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

Color convert

RGB 163 79 59 -
CMYK 0 0.52 0.64 0.36
HSL 11.54º 0.47% 0.44% -
HSV(B) 11.54º 0.64% 0.64% -
XYZ 18.69 13.69 5.8 -
YUV 101.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 163 79 59 0 0.52 0.64 0.36 11.54 0.47 0.44
Hex A3 4F 3B 0 34 40 24 C 2F 2C
Octal 243 117 73 0 64 100 44 14 57 54
Binary 10100011 1001111 111011 0 110100 1000000 100100 1100 101111 101100

Color Harmonies of #A34F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F3B

Black with #A34F3B

Text Example


Text Example

White with #A34F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F3B; }

 p { color: rgb(163,79,59); }

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

background-color css

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

 a { background-color: rgb(163,79,59); }

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

border-color css

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

 span { border-color: rgb(163,79,59); }

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