Html Css Color HEX #AF620C Golden Brown

📋 copy color: '#AF620C'

red 175 ◦ green 98 ◦ blue 12

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

Shades of Golden Brown #AF620C

Tints of Golden Brown #AF620C

RGB

 RED value IS 175 (68.75% from 255) = 61.4%

 GREEN value IS 98 (38.67% from 255) = 34.39%

 BLUE value IS 12 (5.08% from 255) = 4.21%

R = 61.4%
G = 34.39%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF620C (or 0xAF620C) is known color: Golden Brown. HEX triplet: AF, 62 and 0C. RGB value is (175,98,12). Sum of RGB (Red+Green+Blue) = 175+98+12=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF620C is #509DF3. Grayscale: #6F6F6F. Windows color (decimal): -5283316 or 811695. OLE color: 811695.

HSL color Cylindrical-coordinate representation of color #AF620C: hue angle of 31.66º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF620C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 98 12 -
CMYK 0 0.44 0.93 0.31
HSL 31.66º 0.87% 0.37% -
HSV(B) 31.66º 0.93% 0.69% -
XYZ 22.11 17.88 2.63 -
YUV 111.22 72.01 173.49 -
System Red Green Blue C M Y K H S L
Decimal 175 98 12 0 0.44 0.93 0.31 31.66 0.87 0.37
Hex AF 62 C 0 2C 5D 1F 20 57 25
Octal 257 142 14 0 54 135 37 40 127 45
Binary 10101111 1100010 1100 0 101100 1011101 11111 100000 1010111 100101

Color Harmonies of #AF620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF620C

Black with #AF620C

Text Example


Text Example

White with #AF620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF620C; }

 p { color: rgb(175,98,12); }

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

background-color css

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

 a { background-color: rgb(175,98,12); }

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

border-color css

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

 span { border-color: rgb(175,98,12); }

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