Html Css Color HEX #AF670A Golden Brown

📋 copy color: '#AF670A'

red 175 ◦ green 103 ◦ blue 10

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

Shades of Golden Brown #AF670A

Tints of Golden Brown #AF670A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.47%

R = 60.76%
G = 35.76%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF670A (or 0xAF670A) is known color: Golden Brown. HEX triplet: AF, 67 and 0A. RGB value is (175,103,10). Sum of RGB (Red+Green+Blue) = 175+103+10=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF670A is #5098F5. Grayscale: #727272. Windows color (decimal): -5282038 or 681903. OLE color: 681903.

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

Color convert

RGB 175 103 10 -
CMYK 0 0.41 0.94 0.31
HSL 33.82º 0.89% 0.36% -
HSV(B) 33.82º 0.94% 0.69% -
XYZ 22.58 18.84 2.73 -
YUV 113.93 69.35 171.56 -
System Red Green Blue C M Y K H S L
Decimal 175 103 10 0 0.41 0.94 0.31 33.82 0.89 0.36
Hex AF 67 A 0 29 5E 1F 22 59 24
Octal 257 147 12 0 51 136 37 42 131 44
Binary 10101111 1100111 1010 0 101001 1011110 11111 100010 1011001 100100

Color Harmonies of #AF670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF670A

Black with #AF670A

Text Example


Text Example

White with #AF670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF670A; }

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

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

background-color css

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

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

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

border-color css

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

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

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