Html Css Color HEX #AF670F Golden Brown

📋 copy color: '#AF670F'

red 175 ◦ green 103 ◦ blue 15

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

Shades of Golden Brown #AF670F

Tints of Golden Brown #AF670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

 BLUE value IS 15 (6.25% from 255) = 5.12%

R = 59.73%
G = 35.15%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF670F (or 0xAF670F) is known color: Golden Brown. HEX triplet: AF, 67 and 0F. RGB value is (175,103,15). Sum of RGB (Red+Green+Blue) = 175+103+15=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF670F is #5098F0. Grayscale: #727272. Windows color (decimal): -5282033 or 1009583. OLE color: 1009583.

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

Color convert

RGB 175 103 15 -
CMYK 0 0.41 0.91 0.31
HSL 33º 0.84% 0.37% -
HSV(B) 33º 0.91% 0.69% -
XYZ 22.62 18.85 2.9 -
YUV 114.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 175 103 15 0 0.41 0.91 0.31 33 0.84 0.37
Hex AF 67 F 0 29 5B 1F 21 54 25
Octal 257 147 17 0 51 133 37 41 124 45
Binary 10101111 1100111 1111 0 101001 1011011 11111 100001 1010100 100101

Color Harmonies of #AF670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF670F

Black with #AF670F

Text Example


Text Example

White with #AF670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF670F; }

 p { color: rgb(175,103,15); }

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

background-color css

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

 a { background-color: rgb(175,103,15); }

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

border-color css

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

 span { border-color: rgb(175,103,15); }

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