Html Css Color HEX #A84F34 Orange Roughy

📋 copy color: '#A84F34'

red 168 ◦ green 79 ◦ blue 52

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

Shades of Orange Roughy #A84F34

Tints of Orange Roughy #A84F34

RGB

 RED value IS 168 (66.02% from 255) = 56.19%

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 56.19%
G = 26.42%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A84F34 (or 0xA84F34) is known color: Orange Roughy. HEX triplet: A8, 4F and 34. RGB value is (168,79,52). Sum of RGB (Red+Green+Blue) = 168+79+52=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84F34 is #57B0CB. Grayscale: #666666. Windows color (decimal): -5746892 or 3428264. OLE color: 3428264.

HSL color Cylindrical-coordinate representation of color #A84F34: hue angle of 13.97º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84F34 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 79 52 -
CMYK 0 0.53 0.69 0.34
HSL 13.97º 0.53% 0.43% -
HSV(B) 13.97º 0.69% 0.66% -
XYZ 19.56 14.16 4.95 -
YUV 102.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 168 79 52 0 0.53 0.69 0.34 13.97 0.53 0.43
Hex A8 4F 34 0 35 45 22 E 35 2B
Octal 250 117 64 0 65 105 42 16 65 53
Binary 10101000 1001111 110100 0 110101 1000101 100010 1110 110101 101011

Color Harmonies of #A84F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F34

Black with #A84F34

Text Example


Text Example

White with #A84F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84F34; }

 p { color: rgb(168,79,52); }

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

background-color css

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

 a { background-color: rgb(168,79,52); }

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

border-color css

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

 span { border-color: rgb(168,79,52); }

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